- getConfiguration() - Method in class org.apache.camel.component.nats.NatsEndpoint
-
- getConnection() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Reference an already instantiated connection to Nats server
- getConnection() - Method in class org.apache.camel.component.nats.NatsEndpoint
-
- getConnectionTimeout() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Timeout for connection attempts.
- getEndpoint() - Method in class org.apache.camel.component.nats.NatsConsumer
-
- getEndpoint() - Method in class org.apache.camel.component.nats.NatsProducer
-
- getFlushTimeout() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
- getMaxMessages() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Stop receiving messages from a topic we are subscribing to after maxMessages
- getMaxPingsOut() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
maximum number of pings have not received a response allowed by the client
- getMaxReconnectAttempts() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Max reconnection attempts
- getOptionType(String, boolean) - Method in class org.apache.camel.component.nats.NatsComponentConfigurer
-
- getOptionType(String, boolean) - Method in class org.apache.camel.component.nats.NatsEndpointConfigurer
-
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.nats.NatsComponentConfigurer
-
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.nats.NatsEndpointConfigurer
-
- getPingInterval() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Ping interval to be aware if connection is still alive (in milliseconds)
- getPoolSize() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Consumer thread pool size (default is 10)
- getQueueName() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
The Queue name if we are using nats for a queue configuration
- getReconnectTimeWait() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Waiting time before attempts reconnection (in milliseconds)
- getReplySubject() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
the subject to which subscribers should send response
- getRequestCleanupInterval() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Interval to clean up cancelled/timed out requests.
- getRequestTimeout() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
- getServers() - Method in class org.apache.camel.component.nats.NatsComponent
-
URLs to one or more NAT servers.
- getServers() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
URLs to one or more NAT servers.
- getSslContextParameters() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
To configure security using SSLContextParameters
- getTopic() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
The name of topic we want to use