Uses of Interface
org.wildfly.clustering.server.dispatcher.CommandDispatcher
Packages that use CommandDispatcher
Package
Description
-
Uses of CommandDispatcher in org.wildfly.clustering.server.dispatcher
Methods in org.wildfly.clustering.server.dispatcher that return CommandDispatcherModifier and TypeMethodDescriptiondefault <C> CommandDispatcher<M,C> CommandDispatcherFactory.createCommandDispatcher(Object id, C context) Creates a new command dispatcher using the specified identifier and context.<C> CommandDispatcher<M,C> CommandDispatcherFactory.createCommandDispatcher(Object id, C context, ClassLoader loader) Creates a new command dispatcher using the specified identifier and context whose marshaller will be configured from the specified class loader. -
Uses of CommandDispatcher in org.wildfly.extension.messaging.activemq.broadcast
Methods in org.wildfly.extension.messaging.activemq.broadcast that return CommandDispatcherModifier and TypeMethodDescription<C> CommandDispatcher<GroupMember,C> ConcurrentBroadcastCommandDispatcherFactory.createCommandDispatcher(Object id, C context) <C> CommandDispatcher<GroupMember,C> ConcurrentBroadcastCommandDispatcherFactory.createCommandDispatcher(Object id, C context, ClassLoader loader)