Uses of Interface
org.wildfly.clustering.dispatcher.CommandDispatcher
-
Packages that use CommandDispatcher Package Description org.wildfly.clustering.dispatcher Public clustering API which facilitates remote command execution on the cluster. -
-
Uses of CommandDispatcher in org.wildfly.clustering.dispatcher
Methods in org.wildfly.clustering.dispatcher that return CommandDispatcher Modifier and Type Method Description <C> CommandDispatcher<C>CommandDispatcherFactory. createCommandDispatcher(Object id, C context)Creates a new command dispatcher using the specified identifier and context..
-