Class FailingPublisher<T>

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

public final class FailingPublisher<T> extends Object implements Flow.Publisher<T>
A publisher that fails immediately with a user-supplied error.