Uses of Class
de.quantummaid.eventmaid.channel.action.ActionHandlerSet
-
Packages that use ActionHandlerSet Package Description de.quantummaid.eventmaid.channel de.quantummaid.eventmaid.channel.action -
-
Uses of ActionHandlerSet in de.quantummaid.eventmaid.channel
Methods in de.quantummaid.eventmaid.channel with parameters of type ActionHandlerSet Modifier and Type Method Description ChannelBuilder<T>ChannelBuilder. withActionHandlerSet(ActionHandlerSet<T> actionHandlerSet)Overwrites the defaultActionHandlerSet, that can handle all built-inActions. -
Uses of ActionHandlerSet in de.quantummaid.eventmaid.channel.action
Methods in de.quantummaid.eventmaid.channel.action that return ActionHandlerSet Modifier and Type Method Description static <T> ActionHandlerSet<T>ActionHandlerSet. actionHandlerSet(Map<Class<? extends Action>,ActionHandler<? extends Action<T>,T>> handlerMap)Factory method to create a newActionHandlerSetbased on an existing mapping.static <T> ActionHandlerSet<T>DefaultActionHandlerSet. defaultActionHandlerSet()Creates anActionHandlerSetwith all built-inActionsand theirActionHandlers.static <T> ActionHandlerSet<T>ActionHandlerSet. emptyActionHandlerSet()Creates a new, emptyActionHandlerSet.
-