| Package | Description |
|---|---|
| org.axonframework.config | |
| org.axonframework.eventhandling.gateway | |
| org.axonframework.springboot.autoconfig |
| Modifier and Type | Method and Description |
|---|---|
protected EventGateway |
DefaultConfigurer.defaultEventGateway(Configuration config)
Returns a
DefaultEventGateway that will use the configuration's EventBus to publish events. |
default EventGateway |
Configuration.eventGateway()
Returns the Event Gateway defined in this Configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventGateway
Default implementation of the EventGateway interface.
|
| Modifier and Type | Method and Description |
|---|---|
EventGateway |
AxonAutoConfiguration.eventGateway(EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.InitializingBean |
InterceptorAutoConfiguration.eventDispatchInterceptorConfigurer(EventGateway eventGateway,
Optional<List<MessageDispatchInterceptor<? super EventMessage<?>>>> interceptors) |
Copyright © 2010–2025. All rights reserved.