Interface GuavaEventBusEndpointBuilderFactory.GuavaEventBusBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
GuavaEventBusEndpointBuilderFactory

public static interface GuavaEventBusEndpointBuilderFactory.GuavaEventBusBuilders
  • Method Details

    • guavaEventbus

      Guava EventBus (camel-guava-eventbus) Send and receive messages to/from Guava EventBus. Category: messaging Since: 2.10 Maven coordinates: org.apache.camel:camel-guava-eventbus Syntax: guava-eventbus:eventBusRef Path parameter: eventBusRef To lookup the Guava EventBus from the registry with the given name
      Parameters:
      path - eventBusRef
      Returns:
      the dsl builder
    • guavaEventbus

      Guava EventBus (camel-guava-eventbus) Send and receive messages to/from Guava EventBus. Category: messaging Since: 2.10 Maven coordinates: org.apache.camel:camel-guava-eventbus Syntax: guava-eventbus:eventBusRef Path parameter: eventBusRef To lookup the Guava EventBus from the registry with the given name
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - eventBusRef
      Returns:
      the dsl builder