-
- All Superinterfaces:
Flow.Processor<DataChunk,DataChunk>,Flow.Publisher<DataChunk>,Flow.Subscriber<DataChunk>
public interface MessageBodyFilter extends Flow.Processor<DataChunk,DataChunk>
Reactive contract for processing message body content.
-
-
Method Summary
-
Methods inherited from interface java.util.concurrent.Flow.Publisher
subscribe
-
Methods inherited from interface java.util.concurrent.Flow.Subscriber
onComplete, onError, onNext, onSubscribe
-
-