Interface MessageBodyFilter

All Superinterfaces:
Function<Flow.Publisher<DataChunk>,Flow.Publisher<DataChunk>>

public interface MessageBodyFilter extends Function<Flow.Publisher<DataChunk>,Flow.Publisher<DataChunk>>
Function to filter or replace message body content publisher. It can be used for various purposes, for example data coding, logging, filtering, caching, etc.