Package io.quarkus.grpc.stubs
Class ManyToManyObserver.UpstreamSubscriber
java.lang.Object
io.quarkus.grpc.stubs.ManyToManyObserver.UpstreamSubscriber
- All Implemented Interfaces:
Flow.Subscriber<I>,Flow.Subscription
- Enclosing class:
- ManyToManyObserver<I,
O>
class ManyToManyObserver.UpstreamSubscriber
extends Object
implements Flow.Subscriber<I>, Flow.Subscription
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()voidvoidvoidvoidonSubscribe(Flow.Subscription items) voidrequest(long n)
-
Constructor Details
-
UpstreamSubscriber
UpstreamSubscriber()
-
-
Method Details
-
onSubscribe
- Specified by:
onSubscribein interfaceFlow.Subscriber<I>
-
onNext
- Specified by:
onNextin interfaceFlow.Subscriber<I>
-
onError
- Specified by:
onErrorin interfaceFlow.Subscriber<I>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceFlow.Subscriber<I>
-
request
public void request(long n) - Specified by:
requestin interfaceFlow.Subscription
-
cancel
public void cancel()- Specified by:
cancelin interfaceFlow.Subscription
-