Uses of Class
org.springframework.integration.stream.outbound.CharacterStreamWritingMessageHandler
Packages that use CharacterStreamWritingMessageHandler
Package
Description
Base package for stream support.
The outbound channel adapters for stream support.
-
Uses of CharacterStreamWritingMessageHandler in org.springframework.integration.stream
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CharacterStreamWritingMessageHandler in org.springframework.integration.stream.outbound
Methods in org.springframework.integration.stream.outbound that return CharacterStreamWritingMessageHandlerModifier and TypeMethodDescriptionCharacterStreamWritingMessageHandler.appendNewLine
(boolean append) Fluent api forsetShouldAppendNewLine(boolean)
.CharacterStreamWritingMessageHandler.stderr()
Factory method that creates a target for stderr (System.err) with the default charset encoding.Factory method that creates a target for stderr (System.err) with the specified charset encoding.CharacterStreamWritingMessageHandler.stdout()
Factory method that creates a target for stdout (System.out) with the default charset encoding.Factory method that creates a target for stdout (System.out) with the specified charset encoding.
CharacterStreamWritingMessageHandler