Class SubmittablePublisher<T>

java.lang.Object
com.github.mizosoft.methanol.testing.SubmittablePublisher<T>
All Implemented Interfaces:
AutoCloseable, Flow.Publisher<T>

public final class SubmittablePublisher<T> extends Object implements Flow.Publisher<T>, AutoCloseable
A Flow.Publisher<T> that emits submitted items. The publisher is similar to SubmissionPublisher but doesn't require the executor to operate concurrently and has an unbounded buffer.