| 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) |
Copyright © 2010–2020. All rights reserved.