Uses of Interface
org.axonframework.integration.adapter.EventFilter

Packages that use EventFilter
org.axonframework.integration.adapter Utility classes used to connect an Event Bus to a Spring Integration Channel. 
 

Uses of EventFilter in org.axonframework.integration.adapter
 

Classes in org.axonframework.integration.adapter that implement EventFilter
 class NoFilter
           
 

Constructors in org.axonframework.integration.adapter with parameters of type EventFilter
EventListeningMessageChannelAdapter(org.axonframework.eventhandling.EventBus eventBus, org.springframework.integration.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-2014. All Rights Reserved.