Class DefaultEventGateway

java.lang.Object
org.axonframework.eventhandling.gateway.AbstractEventGateway
org.axonframework.eventhandling.gateway.DefaultEventGateway
All Implemented Interfaces:
EventGateway, MessageDispatchInterceptorSupport<EventMessage<?>>

public class DefaultEventGateway extends AbstractEventGateway implements EventGateway
Default implementation of the EventGateway interface. It allow configuration of EventDispatchInterceptors. The Event Dispatch Interceptors can intercept and alter events dispatched on this specific gateway. Typically, this would be used to add gateway specific meta data to the Event.
Since:
4.1
Author:
Bert laverman