Uses of Class
io.vertx.ext.web.codec.SseEvent
-
Packages that use SseEvent Package Description io.vertx.ext.web.codec io.vertx.reactivex.ext.web.codec io.vertx.rxjava3.ext.web.codec -
-
Uses of SseEvent in io.vertx.ext.web.codec
Method parameters in io.vertx.ext.web.codec with type arguments of type SseEvent Modifier and Type Method Description static BodyCodec<Void>BodyCodec. sseStream(Handler<ReadStream<SseEvent>> handler)A body codec that parse the response as a Server-SentEvent stream.Constructors in io.vertx.ext.web.codec with parameters of type SseEvent Constructor Description SseEvent(SseEvent other) -
Uses of SseEvent in io.vertx.reactivex.ext.web.codec
Method parameters in io.vertx.reactivex.ext.web.codec with type arguments of type SseEvent Modifier and Type Method Description static BodyCodec<Void>BodyCodec. sseStream(Handler<ReadStream<SseEvent>> handler)A body codec that parse the response as a Server-SentEvent stream. -
Uses of SseEvent in io.vertx.rxjava3.ext.web.codec
Method parameters in io.vertx.rxjava3.ext.web.codec with type arguments of type SseEvent Modifier and Type Method Description static BodyCodec<Void>BodyCodec. sseStream(Handler<ReadStream<SseEvent>> handler)A body codec that parse the response as a Server-SentEvent stream.
-