Interface GuavaEventBusEndpointBuilderFactory.GuavaEventBusBuilders

    • Method Detail

      • guavaEventbus

        default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder guavaEventbus​(String path)
        Guava EventBus (camel-guava-eventbus) Send and receive messages to/from Guava EventBus. Category: eventbus 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

        default GuavaEventBusEndpointBuilderFactory.GuavaEventBusEndpointBuilder guavaEventbus​(String componentName,
                                                                                               String path)
        Guava EventBus (camel-guava-eventbus) Send and receive messages to/from Guava EventBus. Category: eventbus 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