Class DefaultActionHandlerSet
- java.lang.Object
-
- de.quantummaid.eventmaid.channel.action.DefaultActionHandlerSet
-
public final class DefaultActionHandlerSet extends Object
AnActionHandlerSet, that contains all built-inActionsand theirActionHandlers.
-
-
Constructor Summary
Constructors Constructor Description DefaultActionHandlerSet()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> ActionHandlerSet<T>defaultActionHandlerSet()Creates anActionHandlerSetwith all built-inActionsand theirActionHandlers.
-
-
-
Method Detail
-
defaultActionHandlerSet
public static <T> ActionHandlerSet<T> defaultActionHandlerSet()
Creates anActionHandlerSetwith all built-inActionsand theirActionHandlers.- Type Parameters:
T- the type of messages of theChannel- Returns:
- an
ActionHandlerSetwith all defaultActions
-
-