Class QueuePublisher<T>
java.lang.Object
java.util.concurrent.atomic.AtomicBoolean
ru.tinkoff.kora.http.client.async.response.QueuePublisher<T>
- All Implemented Interfaces:
Serializable,Flow.Publisher<T>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.atomic.AtomicBoolean
compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndSet, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
Constructor Details
-
QueuePublisher
public QueuePublisher()
-
-
Method Details
-
subscribe
- Specified by:
subscribein interfaceFlow.Publisher<T>
-
next
-
error
-
complete
public void complete() -
cancel
public void cancel()
-