Uses of Interface
org.apache.camel.builder.endpoint.dsl.NatsEndpointBuilderFactory.NatsEndpointBuilder
Packages that use NatsEndpointBuilderFactory.NatsEndpointBuilder
-
Uses of NatsEndpointBuilderFactory.NatsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return NatsEndpointBuilderFactory.NatsEndpointBuilderModifier and TypeMethodDescriptionNats (camel-nats) Send and receive messages from NATS messaging system.Nats (camel-nats) Send and receive messages from NATS messaging system. -
Uses of NatsEndpointBuilderFactory.NatsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return NatsEndpointBuilderFactory.NatsEndpointBuilderModifier and TypeMethodDescriptionNatsEndpointBuilderFactory.AdvancedNatsEndpointBuilder.basic()NatsEndpointBuilderFactory.NatsEndpointBuilder.connectionTimeout(int connectionTimeout) Timeout for connection attempts.NatsEndpointBuilderFactory.NatsEndpointBuilder.connectionTimeout(String connectionTimeout) Timeout for connection attempts.NatsEndpointBuilderFactory.endpointBuilder(String componentName, String path) NatsEndpointBuilderFactory.NatsEndpointBuilder.flushConnection(boolean flushConnection) Define if we want to flush connection when stopping or not.NatsEndpointBuilderFactory.NatsEndpointBuilder.flushConnection(String flushConnection) Define if we want to flush connection when stopping or not.NatsEndpointBuilderFactory.NatsEndpointBuilder.flushTimeout(int flushTimeout) Set the flush timeout (in milliseconds).NatsEndpointBuilderFactory.NatsEndpointBuilder.flushTimeout(String flushTimeout) Set the flush timeout (in milliseconds).NatsEndpointBuilderFactory.NatsEndpointBuilder.maxPingsOut(int maxPingsOut) maximum number of pings have not received a response allowed by the client.NatsEndpointBuilderFactory.NatsEndpointBuilder.maxPingsOut(String maxPingsOut) maximum number of pings have not received a response allowed by the client.NatsEndpointBuilderFactory.NatsEndpointBuilder.maxReconnectAttempts(int maxReconnectAttempts) Max reconnection attempts.NatsEndpointBuilderFactory.NatsEndpointBuilder.maxReconnectAttempts(String maxReconnectAttempts) Max reconnection attempts.Nats (camel-nats) Send and receive messages from NATS messaging system.Nats (camel-nats) Send and receive messages from NATS messaging system.NatsEndpointBuilderFactory.NatsEndpointBuilder.noEcho(boolean noEcho) Turn off echo.Turn off echo.NatsEndpointBuilderFactory.NatsEndpointBuilder.noRandomizeServers(boolean noRandomizeServers) Whether or not randomizing the order of servers for the connection attempts.NatsEndpointBuilderFactory.NatsEndpointBuilder.noRandomizeServers(String noRandomizeServers) Whether or not randomizing the order of servers for the connection attempts.NatsEndpointBuilderFactory.NatsEndpointBuilder.pedantic(boolean pedantic) Whether or not running in pedantic mode (this affects performance).Whether or not running in pedantic mode (this affects performance).NatsEndpointBuilderFactory.NatsEndpointBuilder.pingInterval(int pingInterval) Ping interval to be aware if connection is still alive (in milliseconds).NatsEndpointBuilderFactory.NatsEndpointBuilder.pingInterval(String pingInterval) Ping interval to be aware if connection is still alive (in milliseconds).NatsEndpointBuilderFactory.NatsEndpointBuilder.reconnect(boolean reconnect) Whether or not using reconnection feature.Whether or not using reconnection feature.NatsEndpointBuilderFactory.NatsEndpointBuilder.reconnectTimeWait(int reconnectTimeWait) Waiting time before attempts reconnection (in milliseconds).NatsEndpointBuilderFactory.NatsEndpointBuilder.reconnectTimeWait(String reconnectTimeWait) Waiting time before attempts reconnection (in milliseconds).NatsEndpointBuilderFactory.NatsEndpointBuilder.requestCleanupInterval(int requestCleanupInterval) Interval to clean up cancelled/timed out requests.NatsEndpointBuilderFactory.NatsEndpointBuilder.requestCleanupInterval(String requestCleanupInterval) Interval to clean up cancelled/timed out requests.NatsEndpointBuilderFactory.NatsEndpointBuilder.secure(boolean secure) Set secure option indicating TLS is required.Set secure option indicating TLS is required.URLs to one or more NAT servers.NatsEndpointBuilderFactory.NatsEndpointBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.NatsEndpointBuilderFactory.NatsEndpointBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.NatsEndpointBuilderFactory.NatsEndpointBuilder.verbose(boolean verbose) Whether or not running in verbose mode.Whether or not running in verbose mode.