Interface IgniteMessagingComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface IgniteMessagingComponentBuilderFactory
Send and receive messages from an Ignite topic. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IgniteMessagingComponentBuilderFactory.IgniteMessagingComponentBuilder
Builder for the Ignite Messaging component.static class
IgniteMessagingComponentBuilderFactory.IgniteMessagingComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static IgniteMessagingComponentBuilderFactory.IgniteMessagingComponentBuilder
igniteMessaging()
Ignite Messaging (camel-ignite) Send and receive messages from an Ignite topic.
-
-
-
Method Detail
-
igniteMessaging
static IgniteMessagingComponentBuilderFactory.IgniteMessagingComponentBuilder igniteMessaging()
Ignite Messaging (camel-ignite) Send and receive messages from an Ignite topic. Category: messaging Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite- Returns:
- the dsl builder
-
-