Uses of Interface
org.apache.camel.builder.endpoint.dsl.GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder
Packages that use GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder
-
Uses of GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder 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.GuavaEventBusEndpointProducerBuilderModifier and TypeMethodDescriptionGuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointProducerBuilder.basic()GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder.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.GuavaEventBusEndpointProducerBuilder.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.GuavaEventBusEndpointProducerBuilder.listenerInterface(Class<Object> listenerInterface) The interface with method(s) marked with the Subscribe annotation.GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointProducerBuilder.listenerInterface(String listenerInterface) The interface with method(s) marked with the Subscribe annotation.