Package | Description |
---|---|
org.axonframework.eventhandling.gateway |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultEventGateway.Builder
A Builder class for
DefaultEventGateway s. |
Modifier and Type | Method and Description |
---|---|
AbstractEventGateway.Builder |
AbstractEventGateway.Builder.dispatchInterceptors(List<MessageDispatchInterceptor<? super EventMessage<?>>> dispatchInterceptors)
|
AbstractEventGateway.Builder |
AbstractEventGateway.Builder.dispatchInterceptors(MessageDispatchInterceptor<? super EventMessage<?>>... dispatchInterceptors)
|
AbstractEventGateway.Builder |
AbstractEventGateway.Builder.eventBus(EventBus eventBus)
Sets the
EventBus used to publish events. |
Constructor and Description |
---|
AbstractEventGateway(AbstractEventGateway.Builder builder)
Instantiate an
AbstractEventGateway based on the fields contained in the AbstractEventGateway.Builder . |
Copyright © 2010–2020. All rights reserved.