Interface CartEntryActionHandlerRegistry

    • Method Detail

      • getHandler

        CartEntryActionHandler getHandler​(CartEntryAction action)
        Returns the configured handler for the given action type.
        Parameters:
        action - the action to get the handler implementation for
        Returns:
        the matching handler for the goven action