Class and Description |
---|
CommandBusConnector
Interface describing the component that remotely connects multiple CommandBus instances.
|
CommandRouter
Interface describing a mechanism used to find a suitable member of a cluster capable of handling given command
message.
|
DistributedCommandBus
Implementation of a
CommandBus that is aware of multiple instances of a CommandBus working together to
spread load. |
RoutingStrategy
Interface describing a mechanism that generates a routing key for a given command.
|
Class and Description |
---|
AbstractRoutingStrategy
Abstract implementation of the RoutingStrategy interface that uses a policy to prescribe what happens when a routing
cannot be resolved.
|
CommandBusConnector
Interface describing the component that remotely connects multiple CommandBus instances.
|
CommandCallbackWrapper
Wrapper for a Command callback.
|
CommandRouter
Interface describing a mechanism used to find a suitable member of a cluster capable of handling given command
message.
|
ConsistentHash
Component used by command routers to find members capable of handling a given command.
|
Member
Member of a cluster of connected command endpoints.
|
RoutingStrategy
Interface describing a mechanism that generates a routing key for a given command.
|
SimpleMember
An endpoint in the network for a command handling service.
|
UnresolvedRoutingKeyPolicy |
Class and Description |
---|
CommandBusConnector
Interface describing the component that remotely connects multiple CommandBus instances.
|
CommandRouter
Interface describing a mechanism used to find a suitable member of a cluster capable of handling given command
message.
|
ConsistentHash
Component used by command routers to find members capable of handling a given command.
|
DispatchMessage
Base class for dispatch messages which may be used in the
CommandBusConnector upon dispatching a command
to other nodes. |
Member
Member of a cluster of connected command endpoints.
|
ReplyMessage
Base class for reply messages which may be used in the
CommandBusConnector for replying on received
commands from other nodes. |
RoutingStrategy
Interface describing a mechanism that generates a routing key for a given command.
|
ServiceRegistryException
Exception that is triggered when an error occurs that is related to the registration or deregistration of a member to
the distributed command bus service registry.
|
Class and Description |
---|
RoutingStrategy
Interface describing a mechanism that generates a routing key for a given command.
|
Class and Description |
---|
CommandBusConnector
Interface describing the component that remotely connects multiple CommandBus instances.
|
CommandRouter
Interface describing a mechanism used to find a suitable member of a cluster capable of handling given command
message.
|
DispatchMessage
Base class for dispatch messages which may be used in the
CommandBusConnector upon dispatching a command
to other nodes. |
Member
Member of a cluster of connected command endpoints.
|
ReplyMessage
Base class for reply messages which may be used in the
CommandBusConnector for replying on received
commands from other nodes. |
RoutingStrategy
Interface describing a mechanism that generates a routing key for a given command.
|
SimpleMember
An endpoint in the network for a command handling service.
|
Copyright © 2010–2017. All rights reserved.