Uses of Interface
org.wildfly.clustering.dispatcher.CommandDispatcher
Packages that use CommandDispatcher
Package
Description
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 CommandDispatcherModifier and TypeMethodDescription<C> CommandDispatcher<C>CommandDispatcherFactory.createCommandDispatcher(Object id, C context) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new command dispatcher using the specified identifier and context.default <C> CommandDispatcher<C>CommandDispatcherFactory.createCommandDispatcher(Object id, C context, ClassLoader loader) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new command dispatcher using the specified identifier and context, whose marshaller is configured via the specified class loader.