| Interface | Description |
|---|---|
| AutoCloseableCommandDispatcherFactory |
A command dispatcher factory with a specific lifecycle (i.e.
|
| ChannelCommandDispatcherFactoryConfiguration |
Configuration for a
ChannelCommandDispatcherFactory. |
| CommandDispatcherContext<CC,MC> | |
| CommandMarshaller<C> |
Marshalling strategy for a command.
|
| MarshallingConfigurationContext |
Context for creating marshalling configuration
|
| Class | Description |
|---|---|
| ChannelCommandDispatcher<CC,MC> |
MessageDispatcher-based command dispatcher.
|
| ChannelCommandDispatcherFactory |
MessageDispatcher based CommandDispatcherFactory. |
| ChannelCommandDispatcherFactoryServiceConfigurator |
Builds a channel-based
CommandDispatcherFactory service. |
| ChannelCommandDispatcherFactoryServiceConfiguratorProvider |
Provides the requisite builders for creating a channel-based
CommandDispatcherFactory. |
| CommandDispatcherClassTableContributor |
ClassTable contributor for the marshaller of a
CommandDispatcher. |
| CommandDispatcherFactoryServiceConfiguratorProvider |
Provides the requisite builders for creating a
CommandDispatcherFactory created from a specified factory.. |
| CommandDispatcherMarshaller<C,MC> | |
| CommandDispatcherSerializationContextInitializer | |
| CommandResponseMarshaller |
Marshalling strategy for the command response.
|
| IdentityCommandDispatcherFactoryServiceConfiguratorProvider | |
| LocalCommandDispatcher<C> |
Non-clustered
CommandDispatcher implementation |
| LocalCommandDispatcherFactory |
Non-clustered
CommandDispatcherFactory implementation |
| LocalCommandDispatcherFactoryServiceConfigurator |
Builds a non-clustered
CommandDispatcherFactory service. |
| LocalCommandDispatcherFactoryServiceConfiguratorProvider |
Provides the requisite builders for creating a non-clustered
CommandDispatcherFactory. |
| ManagedCommandDispatcher<C> |
Decorates a command dispatcher with custom
ManagedCommandDispatcher.close() logic. |
| ManagedCommandDispatcherFactory |
A
CommandDispatcherFactory decorator that allows multiple invocations of CommandDispatcherFactory.createCommandDispatcher(Object, Object) for a given identifier,
returning the same managed CommandDispatcher instance to each caller. |
| ServiceRequest<T,C> |
Translates a
NoSuchService response to a CancellationException. |
| ViewMembership |
A group membership based on a JGroups view.
|
| Enum | Description |
|---|---|
| NoSuchService |
Simple object that indicates that no service is registered on the remote node for which to execute the remote command.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.