Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventhandling.amqp.spring |
Constructor and Description |
---|
ClusteringEventBus(ClusterSelector clusterSelector,
EventBusTerminal terminal)
Initializes a
ClusteringEventBus with the given clusterSelector and a
terminal . |
ClusteringEventBus(EventBusTerminal terminal)
|
Modifier and Type | Class and Description |
---|---|
class |
SpringAMQPTerminal
EventBusTerminal implementation that uses an AMQP 0.9 compatible Message Broker to dispatch event messages.
|
Copyright © 2010-2014. All Rights Reserved.