Interface IgniteEventsComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface IgniteEventsComponentBuilderFactory
Receive events from an Ignite cluster by creating a local event listener. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder
Builder for the Ignite Events component.static class
IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder
igniteEvents()
Ignite Events (camel-ignite) Receive events from an Ignite cluster by creating a local event listener.
-
-
-
Method Detail
-
igniteEvents
static IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder igniteEvents()
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- Returns:
- the dsl builder
-
-