Uses of Interface
org.apache.camel.builder.endpoint.dsl.GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder
Packages that use GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder
-
Uses of GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.guavaEventbus(String path) Guava EventBus (camel-guava-eventbus) Send and receive messages to/from Guava EventBus.StaticEndpointBuilders.guavaEventbus(String componentName, String path) Guava EventBus (camel-guava-eventbus) Send and receive messages to/from Guava EventBus. -
Uses of GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilderModifier and TypeMethodDescriptionGuavaEventBusEndpointBuilderFactory.AdvancedGuavaEventBusEndpointBuilder.basic()GuavaEventBusEndpointBuilderFactory.endpointBuilder(String componentName, String path) GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder.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.GuavaEventBusEndpointBuilder.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.GuavaEventBusBuilders.guavaEventbus(String path) Guava EventBus (camel-guava-eventbus) Send and receive messages to/from Guava EventBus.GuavaEventBusEndpointBuilderFactory.GuavaEventBusBuilders.guavaEventbus(String componentName, String path) Guava EventBus (camel-guava-eventbus) Send and receive messages to/from Guava EventBus.GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder.listenerInterface(Class<Object> listenerInterface) The interface with method(s) marked with the Subscribe annotation.GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder.listenerInterface(String listenerInterface) The interface with method(s) marked with the Subscribe annotation.