Uses of Interface
io.vertx.ext.stomp.StompClient
-
Packages that use StompClient Package Description io.vertx.ext.stomp io.vertx.reactivex.ext.stomp io.vertx.rxjava3.ext.stomp -
-
Uses of StompClient in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return StompClient Modifier and Type Method Description static StompClient
StompClient. create(Vertx vertx)
Creates aStompClient
using the default implementation.static StompClient
StompClient. create(Vertx vertx, StompClientOptions options)
Creates aStompClient
using the default implementation.StompClient
StompClient. errorFrameHandler(Handler<Frame> handler)
A general error frame handler.StompClient
StompClient. exceptionHandler(Handler<Throwable> handler)
Sets an exception handler notified for TCP-level errors.StompClient
StompClient. receivedFrameHandler(Handler<Frame> handler)
Configures a received handler that gets notified when a STOMP frame is received by the client.StompClient
StompClient. writingFrameHandler(Handler<Frame> handler)
Configures a writing handler that gets notified when a STOMP frame is written on the wire. -
Uses of StompClient in io.vertx.reactivex.ext.stomp
Methods in io.vertx.reactivex.ext.stomp that return StompClient Modifier and Type Method Description StompClient
StompClient. getDelegate()
Methods in io.vertx.reactivex.ext.stomp with parameters of type StompClient Modifier and Type Method Description static StompClient
StompClient. newInstance(StompClient arg)
Constructors in io.vertx.reactivex.ext.stomp with parameters of type StompClient Constructor Description StompClient(StompClient delegate)
-
Uses of StompClient in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp that return StompClient Modifier and Type Method Description StompClient
StompClient. getDelegate()
Methods in io.vertx.rxjava3.ext.stomp with parameters of type StompClient Modifier and Type Method Description static StompClient
StompClient. newInstance(StompClient arg)
Constructors in io.vertx.rxjava3.ext.stomp with parameters of type StompClient Constructor Description StompClient(StompClient delegate)
-