Uses of Interface
org.apache.camel.builder.endpoint.dsl.StreamEndpointBuilderFactory.StreamEndpointProducerBuilder
Packages that use StreamEndpointBuilderFactory.StreamEndpointProducerBuilder
-
Uses of StreamEndpointBuilderFactory.StreamEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of StreamEndpointBuilderFactory.StreamEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Stream component.Methods in org.apache.camel.builder.endpoint.dsl that return StreamEndpointBuilderFactory.StreamEndpointProducerBuilderModifier and TypeMethodDescriptionStreamEndpointBuilderFactory.StreamEndpointProducerBuilder.appendNewLine(boolean appendNewLine) Whether to append a new line character at end of output.StreamEndpointBuilderFactory.StreamEndpointProducerBuilder.appendNewLine(String appendNewLine) Whether to append a new line character at end of output.StreamEndpointBuilderFactory.StreamEndpointProducerBuilder.autoCloseCount(int autoCloseCount) Number of messages to process before closing stream on Producer side.StreamEndpointBuilderFactory.StreamEndpointProducerBuilder.autoCloseCount(String autoCloseCount) Number of messages to process before closing stream on Producer side.StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder.basic()StreamEndpointBuilderFactory.StreamEndpointProducerBuilder.closeOnDone(boolean closeOnDone) This option is used in combination with Splitter and streaming to the same file.StreamEndpointBuilderFactory.StreamEndpointProducerBuilder.closeOnDone(String closeOnDone) This option is used in combination with Splitter and streaming to the same file.StreamEndpointBuilderFactory.StreamEndpointProducerBuilder.delay(long delay) Initial delay in milliseconds before producing the stream.Initial delay in milliseconds before producing the stream.You can configure the encoding (is a charset name) to use text-based streams (for example, message body is a String object).When using the stream:file URI format, this option specifies the filename to stream to/from.