- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
-
- setBytesPerMessage(int) - Method in class org.springframework.integration.stream.ByteStreamReadingMessageSource
-
- setShouldAppendNewLine(boolean) - Method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
-
- setShouldTruncate(boolean) - Method in class org.springframework.integration.stream.ByteStreamReadingMessageSource
-
- stderr() - Static method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
-
Factory method that creates a target for stderr (System.err) with the
default charset encoding.
- stderr(String) - Static method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
-
Factory method that creates a target for stderr (System.err) with the
specified charset encoding.
- stdin() - Static method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
-
Create a source that reads from System.in.
- stdin(String) - Static method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
-
Create a source that reads from System.in.
- stdinPipe() - Static method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
-
Create a source that reads from System.in.
- stdinPipe(String) - Static method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
-
Create a source that reads from System.in.
- stdout() - Static method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
-
Factory method that creates a target for stdout (System.out) with the
default charset encoding.
- stdout(String) - Static method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
-
Factory method that creates a target for stdout (System.out) with the
specified charset encoding.
- StreamClosedEvent - Class in org.springframework.integration.stream
-
Application event published when EOF is detected on a stream.
- StreamClosedEvent(Object) - Constructor for class org.springframework.integration.stream.StreamClosedEvent
-
- StreamNamespaceHandler - Class in org.springframework.integration.stream.config
-
- StreamNamespaceHandler() - Constructor for class org.springframework.integration.stream.config.StreamNamespaceHandler
-