- 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
- getNatsConfiguration() - Method in class org.apache.camel.component.nats.NatsEndpoint
-
- getNoEcho() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Turn off echo.
- 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
- getRequestCleanupInterval() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Interval to clean up cancelled/timed out requests.
- 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
- getVerbose() - Method in class org.apache.camel.component.nats.NatsConfiguration
-
Whether or not running in verbose mode