Class HttpSink
- java.lang.Object
-
- io.quarkus.reactivemessaging.http.runtime.HttpSink
-
class HttpSink extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpSink(io.vertx.core.Vertx vertx, String method, String url, String serializerName, int maxRetries, double jitter, Optional<Duration> delay, Optional<Integer> maxPoolSize, Optional<Integer> maxWaitQueueSize, SerializerFactoryBase serializerFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder<org.eclipse.microprofile.reactive.messaging.Message<?>,Void>
sink()
-
-
-
Method Detail
-
sink
org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder<org.eclipse.microprofile.reactive.messaging.Message<?>,Void> sink()
-
-