Interface IgniteEventsEndpointBuilderFactory.IgniteEventsBuilders

    • Method Detail

      • igniteEvents

        default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder igniteEvents​(String path)
        Ignite Events (camel-ignite) Receive events from an Ignite cluster by creating a local event listener. Category: messaging,eventbus Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax: ignite-events:endpointId Path parameter: endpointId The endpoint ID (not used).
        Parameters:
        path - endpointId
        Returns:
        the dsl builder
      • igniteEvents

        default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder igniteEvents​(String componentName,
                                                                                            String path)
        Ignite Events (camel-ignite) Receive events from an Ignite cluster by creating a local event listener. Category: messaging,eventbus Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax: ignite-events:endpointId Path parameter: endpointId The endpoint ID (not used).
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - endpointId
        Returns:
        the dsl builder