Class DefaultActionHandlerSet


  • public final class DefaultActionHandlerSet
    extends Object
    An ActionHandlerSet, that contains all built-in Actions and their ActionHandlers.
    • Constructor Detail

      • DefaultActionHandlerSet

        public DefaultActionHandlerSet()
    • Method Detail

      • defaultActionHandlerSet

        public static <T> ActionHandlerSet<T> defaultActionHandlerSet()
        Creates an ActionHandlerSet with all built-in Actions and their ActionHandlers.
        Type Parameters:
        T - the type of messages of the Channel
        Returns:
        an ActionHandlerSet with all default Actions