Uses of Interface
org.apache.camel.builder.endpoint.dsl.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder
Packages that use NatsEndpointBuilderFactory.NatsEndpointProducerBuilder
-
Uses of NatsEndpointBuilderFactory.NatsEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of NatsEndpointBuilderFactory.NatsEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Nats component.Methods in org.apache.camel.builder.endpoint.dsl that return NatsEndpointBuilderFactory.NatsEndpointProducerBuilderModifier and TypeMethodDescriptionNatsEndpointBuilderFactory.AdvancedNatsEndpointProducerBuilder.basic()NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.connectionTimeout(int connectionTimeout) Timeout for connection attempts.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.connectionTimeout(String connectionTimeout) Timeout for connection attempts.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.flushConnection(boolean flushConnection) Define if we want to flush connection when stopping or not.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.flushConnection(String flushConnection) Define if we want to flush connection when stopping or not.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.flushTimeout(int flushTimeout) Set the flush timeout (in milliseconds).NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.flushTimeout(String flushTimeout) Set the flush timeout (in milliseconds).NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.maxPingsOut(int maxPingsOut) maximum number of pings have not received a response allowed by the client.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.maxPingsOut(String maxPingsOut) maximum number of pings have not received a response allowed by the client.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.maxReconnectAttempts(int maxReconnectAttempts) Max reconnection attempts.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.maxReconnectAttempts(String maxReconnectAttempts) Max reconnection attempts.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.noEcho(boolean noEcho) Turn off echo.Turn off echo.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.noRandomizeServers(boolean noRandomizeServers) Whether or not randomizing the order of servers for the connection attempts.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.noRandomizeServers(String noRandomizeServers) Whether or not randomizing the order of servers for the connection attempts.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.pedantic(boolean pedantic) Whether or not running in pedantic mode (this affects performance).Whether or not running in pedantic mode (this affects performance).NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.pingInterval(int pingInterval) Ping interval to be aware if connection is still alive (in milliseconds).NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.pingInterval(String pingInterval) Ping interval to be aware if connection is still alive (in milliseconds).NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.reconnect(boolean reconnect) Whether or not using reconnection feature.Whether or not using reconnection feature.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.reconnectTimeWait(int reconnectTimeWait) Waiting time before attempts reconnection (in milliseconds).NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.reconnectTimeWait(String reconnectTimeWait) Waiting time before attempts reconnection (in milliseconds).NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.replySubject(String replySubject) the subject to which subscribers should send response.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.requestCleanupInterval(int requestCleanupInterval) Interval to clean up cancelled/timed out requests.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.requestCleanupInterval(String requestCleanupInterval) Interval to clean up cancelled/timed out requests.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.requestTimeout(long requestTimeout) Request timeout in milliseconds.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.requestTimeout(String requestTimeout) Request timeout in milliseconds.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.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.NatsEndpointProducerBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.NatsEndpointBuilderFactory.NatsEndpointProducerBuilder.verbose(boolean verbose) Whether or not running in verbose mode.Whether or not running in verbose mode.