# Functions
NewStream creates a new Producer/Consumer around a buffer.
# Structs
Stream wraps a read/write buffer implementation with a channel based streaming component that satisfies the internal Benthos Consumer and Producer interfaces.
# Interfaces
ReaderWriter is a read/write interface implemented by buffers.
# Type aliases
AckFunc is a function used to acknowledge receipt of a message batch from a buffer.