Package org.springframework.integration.stream
Base package for stream support.
-
Class Summary Class Description ByteStreamReadingMessageSource A pollable source for receiving bytes from anInputStream
.ByteStreamWritingMessageHandler AMessageHandler
that writes a byte array to anOutputStream
.CharacterStreamReadingMessageSource A pollable source forReaders
.CharacterStreamWritingMessageHandler AMessageHandler
that writes characters to aWriter
.StreamClosedEvent Application event published when EOF is detected on a stream.