- 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
- getMaxReconnectAttempts() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Max reconnection attempts
- getNatsConfiguration() - Method in class org.apache.camel.component.nats.NatsEndpoint
-
- getNoRandomizeServers() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Whether or not randomizing the order of servers for the connection attempts
- getPedantic() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Whether or not running in pedantic mode (this affects performace)
- 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 pool size
- getQueueName() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
The Queue name if we are using nats for a queue configuration
- getReconnect() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Whether or not using reconnection feature
- 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
- getServers() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
URLs to one or more NAT servers.
- getSsl() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Whether or not using SSL
- 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
- getVerbose() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Whether or not running in verbose mode