Package | Description |
---|---|
org.axonframework.commandhandling.distributed | |
org.axonframework.commandhandling.distributed.jgroups |
Constructor and Description |
---|
DistributedCommandBus(CommandBusConnector connector)
Initializes the command bus with the given
connector and an AnnotationRoutingStrategy . |
DistributedCommandBus(CommandBusConnector connector,
RoutingStrategy routingStrategy)
Initializes the command bus with the given
connector and routingStrategy . |
Modifier and Type | Class and Description |
---|---|
class |
JGroupsConnector
A CommandBusConnector that uses JGroups to discover and connect to other JGroupsConnectors in the network.
|
Copyright © 2010-2014. All Rights Reserved.