default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder.basic() |
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.eventClass(Class<Object> eventClass) |
If used on the consumer side of the route, will filter events
received from the EventBus to the instances of the class and
superclasses of eventClass.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.eventClass(String eventClass) |
If used on the consumer side of the route, will filter events
received from the EventBus to the instances of the class and
superclasses of eventClass.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.listenerInterface(Class<Object> listenerInterface) |
The interface with method(s) marked with the Subscribe annotation.
|
default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder |
GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.listenerInterface(String listenerInterface) |
The interface with method(s) marked with the Subscribe annotation.
|