Interface NatsEndpointBuilderFactory.NatsBuilders

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

public static interface NatsEndpointBuilderFactory.NatsBuilders
  • Method Details

    • 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

      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