Interface CommandDispatcherFactory
-
- All Superinterfaces:
CommandDispatcherFactory
public interface CommandDispatcherFactory extends CommandDispatcherFactory
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default <C> CommandDispatcher<C>createCommandDispatcher(Object id, C context)<C> CommandDispatcher<C>createCommandDispatcher(Object id, C context, ClassLoader loader)-
Methods inherited from interface org.wildfly.clustering.dispatcher.CommandDispatcherFactory
getGroup
-
-
-
-
Method Detail
-
createCommandDispatcher
default <C> CommandDispatcher<C> createCommandDispatcher(Object id, C context)
- Specified by:
createCommandDispatcherin interfaceCommandDispatcherFactory
-
createCommandDispatcher
<C> CommandDispatcher<C> createCommandDispatcher(Object id, C context, ClassLoader loader)
-
-