Interface NatsEndpointBuilderFactory.NatsBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- NatsEndpointBuilderFactory
public static interface NatsEndpointBuilderFactory.NatsBuilders
-
Method Summary
Modifier and TypeMethodDescriptionnats()Nats (camel-nats) Send and receive messages from NATS messaging system.Nats (camel-nats) Send and receive messages from NATS messaging system.Nats (camel-nats) Send and receive messages from NATS messaging system.
-
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:topicPath parameter: topic (required) The name of topic we want to use- Parameters:
path- topic- Returns:
- the dsl builder
-
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:topicPath 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 namepath- topic- Returns:
- the dsl builder
-