Uses of Interface
org.apache.camel.builder.endpoint.dsl.GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder
Packages that use GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder
-
Uses of GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Guava EventBus component.Methods in org.apache.camel.builder.endpoint.dsl that return GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilderModifier and TypeMethodDescriptionGuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointConsumerBuilder.basic()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.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.GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.listenerInterface(Class<Object> listenerInterface) The interface with method(s) marked with the Subscribe annotation.GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointConsumerBuilder.listenerInterface(String listenerInterface) The interface with method(s) marked with the Subscribe annotation.