Added in API level 30

Flow.Processor

public static interface Flow.Processor
implements Flow.Subscriber<T>, Flow.Publisher<T>

java.util.concurrent.Flow.Processor<T, R>


A component that acts as both a Subscriber and Publisher.

Summary

Inherited methods