public class MonoPublisher<T> extends Object implements org.reactivestreams.Publisher<T>
| Constructor and Description |
|---|
MonoPublisher(T item) |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super T> subscriber) |
Apache Camel