Uses of Interface
org.axonframework.eventhandling.gateway.EventGateway
Packages that use EventGateway
Package
Description
-
Uses of EventGateway in org.axonframework.config
Methods in org.axonframework.config that return EventGatewayModifier and TypeMethodDescriptionprotected EventGatewayDefaultConfigurer.defaultEventGateway(Configuration config) Returns aDefaultEventGatewaythat will use the configuration'sEventBusto publish events.default EventGatewayConfiguration.eventGateway()Returns the Event Gateway defined in this Configuration. -
Uses of EventGateway in org.axonframework.eventhandling.gateway
Classes in org.axonframework.eventhandling.gateway that implement EventGatewayModifier and TypeClassDescriptionclassDefault implementation of the EventGateway interface. -
Uses of EventGateway in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return EventGatewayMethods in org.axonframework.springboot.autoconfig with parameters of type EventGatewayModifier and TypeMethodDescriptionorg.springframework.beans.factory.InitializingBeanInterceptorAutoConfiguration.eventDispatchInterceptorConfigurer(EventGateway eventGateway, Optional<List<MessageDispatchInterceptor<? super EventMessage<?>>>> interceptors)