Class IgnoringSubscriber
java.lang.Object
io.smallrye.reactive.messaging.providers.helpers.IgnoringSubscriber
- All Implemented Interfaces:
Flow.Subscriber<Message<?>>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidonSubscribe(Flow.Subscription subscription)
-
Field Details
-
INSTANCE
-
-
Method Details
-
onSubscribe
- Specified by:
onSubscribein interfaceFlow.Subscriber<Message<?>>
-
onError
- Specified by:
onErrorin interfaceFlow.Subscriber<Message<?>>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceFlow.Subscriber<Message<?>>
-
onNext
- Specified by:
onNextin interfaceFlow.Subscriber<Message<?>>
-