public static interface StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default StreamEndpointBuilderFactory.StreamEndpointProducerBuilder |
basic() |
default StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder |
readTimeout(int readTimeout)
Sets the read timeout to a specified timeout, in milliseconds.
|
default StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder |
readTimeout(String readTimeout)
Sets the read timeout to a specified timeout, in milliseconds.
|
default StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default StreamEndpointBuilderFactory.StreamEndpointProducerBuilder basic()
default StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder readTimeout(int readTimeout)
readTimeout - the value to setdefault StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder readTimeout(String readTimeout)
readTimeout - the value to setdefault StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel