Uses of Interface
org.axonframework.eventhandling.EventBusTerminal

Packages that use EventBusTerminal
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
org.axonframework.eventhandling.amqp.spring   
 

Uses of EventBusTerminal in org.axonframework.eventhandling
 

Constructors in org.axonframework.eventhandling with parameters of type EventBusTerminal
ClusteringEventBus(ClusterSelector clusterSelector, EventBusTerminal terminal)
          Initializes a ClusteringEventBus with the given clusterSelector and a terminal.
ClusteringEventBus(EventBusTerminal terminal)
          Initializes a ClusteringEventBus with the given terminal and a DefaultClusterSelector.
 

Uses of EventBusTerminal in org.axonframework.eventhandling.amqp.spring
 

Classes in org.axonframework.eventhandling.amqp.spring that implement EventBusTerminal
 class SpringAMQPTerminal
          EventBusTerminal implementation that uses an AMQP 0.9 compatible Message Broker to dispatch event messages.
 



Copyright © 2010-2016. All Rights Reserved.