Interface ByteArrayMapper

All Superinterfaces:
Function<byte[],byte[]>
All Known Implementing Classes:
RemoveNewLinesMapper

public interface ByteArrayMapper extends Function<byte[],byte[]>
Functional interface for transforming a byte[] payload; used by log stream mappers.
Since:
2.1.4