public static class ReactiveSupport.TxidLifter<T> extends Object implements reactor.core.Scannable
| Constructor and Description |
|---|
TxidLifter(reactor.core.CoreSubscriber<T> coreSubscriber,
reactor.core.Scannable scannable,
org.reactivestreams.Publisher publisher,
TraceContext traceContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
default void |
clear() |
reactor.util.context.Context |
currentContext() |
default boolean |
isEmpty() |
void |
onComplete() |
void |
onError(Throwable throwable) |
void |
onNext(T t) |
void |
onSubscribe(org.reactivestreams.Subscription subs) |
default T |
poll() |
void |
request(long n) |
default int |
requestFusion(int i) |
Object |
scanUnsafe(reactor.core.Scannable.Attr key) |
default int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addAll, contains, containsAll, element, iterator, offer, peek, remove, remove, removeAll, retainAll, toArray, toArrayequals, hashCode, parallelStream, removeIf, spliterator, streampublic TxidLifter(reactor.core.CoreSubscriber<T> coreSubscriber, reactor.core.Scannable scannable, org.reactivestreams.Publisher publisher, TraceContext traceContext)
public void onSubscribe(org.reactivestreams.Subscription subs)
public void onNext(T t)
public void onError(Throwable throwable)
public void onComplete()
public void request(long n)
public void cancel()
public reactor.util.context.Context currentContext()
public Object scanUnsafe(reactor.core.Scannable.Attr key)
scanUnsafe in interface reactor.core.Scannablepublic int requestFusion(int i)
requestFusion in interface reactor.core.Fuseable.QueueSubscription<T>public int size()
size in interface Collection<T>public boolean isEmpty()
isEmpty in interface Collection<T>public void clear()
clear in interface Collection<T>Copyright © 2021. All rights reserved.