| Package | Description |
|---|---|
| org.axonframework.spring.messaging.adapter |
Utility classes used to connect an Event Bus to a Spring Messaging Channel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoFilter |
| Constructor and Description |
|---|
EventListeningMessageChannelAdapter(org.axonframework.eventhandling.EventBus eventBus,
org.springframework.messaging.MessageChannel channel,
EventFilter filter)
Initialize an adapter to forward messages from the given
eventBus to the given
channel. |
EventPublishingMessageChannelAdapter(org.axonframework.eventhandling.EventBus eventBus,
EventFilter filter)
Initialize the adapter to publish all incoming events to the given
eventBus if they accepted by the
given filter. |
Copyright © 2010–2016. All rights reserved.