Interface IgniteEventsEndpointBuilderFactory.IgniteEventsBuilders

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

public static interface IgniteEventsEndpointBuilderFactory.IgniteEventsBuilders
  • Method Details

    • igniteEvents

      Ignite Events (camel-ignite) Receive events from an Ignite cluster by creating a local event listener. Category: messaging,cache,clustering 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

      Ignite Events (camel-ignite) Receive events from an Ignite cluster by creating a local event listener. Category: messaging,cache,clustering 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