A E H M N O P S U

A

accept(Class<?>) - Method in interface org.axonframework.integration.adapter.EventFilter
Whether or not this filter allows an event of the given type to pass through or not.
accept(Class<?>) - Method in class org.axonframework.integration.adapter.NoFilter
Whether or not this filter allows an event of the given type to pass through or not.
afterPropertiesSet() - Method in class org.axonframework.integration.adapter.EventListeningMessageChannelAdapter
Subscribes this event listener to the event bus.

E

EventFilter - Interface in org.axonframework.integration.adapter
Interface describing an Event Filter.
EventListeningMessageChannelAdapter - Class in org.axonframework.integration.adapter
Adapter class that sends Events from an event bus to a Spring Integration Message Channel.
EventListeningMessageChannelAdapter(EventBus, MessageChannel) - Constructor for class org.axonframework.integration.adapter.EventListeningMessageChannelAdapter
Initialize an adapter to forward messages from the given eventBus to the given channel.
EventListeningMessageChannelAdapter(EventBus, MessageChannel, EventFilter) - Constructor for class org.axonframework.integration.adapter.EventListeningMessageChannelAdapter
Initialize an adapter to forward messages from the given eventBus to the given channel.
EventPublishingMessageChannelAdapter - Class in org.axonframework.integration.adapter
Adapter class that publishes Events from a Spring Integration Message Channel on the Event Bus.
EventPublishingMessageChannelAdapter(EventBus) - Constructor for class org.axonframework.integration.adapter.EventPublishingMessageChannelAdapter
Initialize the adapter to publish all incoming events to the given eventBus.
EventPublishingMessageChannelAdapter(EventBus, EventFilter) - Constructor for class org.axonframework.integration.adapter.EventPublishingMessageChannelAdapter
Initialize the adapter to publish all incoming events to the given eventBus if they accepted by the given filter.

H

handle(EventMessage) - Method in class org.axonframework.integration.adapter.EventListeningMessageChannelAdapter
If allows by the filter, wraps the given event in a GenericMessage ands sends it to the configured MessageChannel.
handleMessage(Message<?>) - Method in class org.axonframework.integration.adapter.EventPublishingMessageChannelAdapter
Handles the given message.
handleMessage(Message<?>) - Method in class org.axonframework.integration.eventbus.MessageHandlerAdapter

M

MessageHandlerAdapter - Class in org.axonframework.integration.eventbus
Adapter that allows an EventListener to be registered as a Spring Integration MessageHandler.
MessageHandlerAdapter(EventListener) - Constructor for class org.axonframework.integration.eventbus.MessageHandlerAdapter
Initialize an adapter for the given eventListener.

N

NoFilter - Class in org.axonframework.integration.adapter
 
NoFilter() - Constructor for class org.axonframework.integration.adapter.NoFilter
 

O

org.axonframework.integration.adapter - package org.axonframework.integration.adapter
Utility classes used to connect an Event Bus to a Spring Integration Channel.
org.axonframework.integration.eventbus - package org.axonframework.integration.eventbus
Contains the Event Bus implementation using Spring Integration

P

publish(EventMessage...) - Method in class org.axonframework.integration.eventbus.SpringIntegrationEventBus
 

S

setChannel(SubscribableChannel) - Method in class org.axonframework.integration.eventbus.SpringIntegrationEventBus
Sets the Spring Integration Channel that this event bus should publish events to.
SpringIntegrationEventBus - Class in org.axonframework.integration.eventbus
EventBus implementation that delegates all subscription and publishing requests to a Spring Integration channel.
SpringIntegrationEventBus() - Constructor for class org.axonframework.integration.eventbus.SpringIntegrationEventBus
 
subscribe(EventListener) - Method in class org.axonframework.integration.eventbus.SpringIntegrationEventBus
 

U

unsubscribe(EventListener) - Method in class org.axonframework.integration.eventbus.SpringIntegrationEventBus
 

A E H M N O P S U

Copyright © 2010-2014. All Rights Reserved.