Interface IgniteMessagingEndpointBuilderFactory.IgniteMessagingBuilders

    • Method Detail

      • igniteMessaging

        default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder igniteMessaging​(String path)
        Ignite Messaging (camel-ignite) Send and receive messages from an Ignite topic. Category: messaging Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax: ignite-messaging:topic Path parameter: topic (required) The topic name.
        Parameters:
        path - topic
        Returns:
        the dsl builder
      • igniteMessaging

        default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder igniteMessaging​(String componentName,
                                                                                                     String path)
        Ignite Messaging (camel-ignite) Send and receive messages from an Ignite topic. Category: messaging Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax: ignite-messaging:topic Path parameter: topic (required) The topic name.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - topic
        Returns:
        the dsl builder