Interface NatsEndpointBuilderFactory.NatsBuilders

    • Method Detail

      • nats

        default NatsEndpointBuilderFactory.NatsHeaderNameBuilder nats()
        Nats (camel-nats) Send and receive messages from NATS messaging system. Category: messaging Since: 2.17 Maven coordinates: org.apache.camel:camel-nats
        Returns:
        the dsl builder for the headers' name.
      • nats

        default NatsEndpointBuilderFactory.NatsEndpointBuilder nats​(String path)
        Nats (camel-nats) Send and receive messages from NATS messaging system. Category: messaging Since: 2.17 Maven coordinates: org.apache.camel:camel-nats Syntax: nats:topic Path parameter: topic (required) The name of topic we want to use
        Parameters:
        path - topic
        Returns:
        the dsl builder
      • nats

        default NatsEndpointBuilderFactory.NatsEndpointBuilder nats​(String componentName,
                                                                    String path)
        Nats (camel-nats) Send and receive messages from NATS messaging system. Category: messaging Since: 2.17 Maven coordinates: org.apache.camel:camel-nats Syntax: nats:topic Path parameter: topic (required) The name of topic we want to use
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - topic
        Returns:
        the dsl builder