public static interface StreamEndpointBuilderFactory.StreamEndpointBuilder extends StreamEndpointBuilderFactory.StreamEndpointConsumerBuilder, StreamEndpointBuilderFactory.StreamEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default StreamEndpointBuilderFactory.AdvancedStreamEndpointBuilder |
advanced() |
default StreamEndpointBuilderFactory.StreamEndpointBuilder |
encoding(String encoding)
You can configure the encoding (is a charset name) to use text-based
streams (for example, message body is a String object).
|
default StreamEndpointBuilderFactory.StreamEndpointBuilder |
fileName(String fileName)
When using the stream:file URI format, this option specifies the
filename to stream to/from.
|
bridgeErrorHandler, bridgeErrorHandler, fileWatcher, fileWatcher, groupLines, groupLines, groupStrategy, groupStrategy, initialPromptDelay, initialPromptDelay, promptDelay, promptDelay, promptMessage, retry, retry, scanStream, scanStream, scanStreamDelay, scanStreamDelaydoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, expr, getUriautoCloseCount, autoCloseCount, closeOnDone, closeOnDone, delay, delay, lazyStartProducer, lazyStartProducerdefault StreamEndpointBuilderFactory.AdvancedStreamEndpointBuilder advanced()
advanced in interface StreamEndpointBuilderFactory.StreamEndpointConsumerBuilderadvanced in interface StreamEndpointBuilderFactory.StreamEndpointProducerBuilderdefault StreamEndpointBuilderFactory.StreamEndpointBuilder encoding(String encoding)
encoding in interface StreamEndpointBuilderFactory.StreamEndpointConsumerBuilderencoding in interface StreamEndpointBuilderFactory.StreamEndpointProducerBuilderencoding - the value to setdefault StreamEndpointBuilderFactory.StreamEndpointBuilder fileName(String fileName)
fileName in interface StreamEndpointBuilderFactory.StreamEndpointConsumerBuilderfileName in interface StreamEndpointBuilderFactory.StreamEndpointProducerBuilderfileName - the value to setApache Camel