Uses of Class
io.vertx.reactivex.ext.stomp.StompClient
-
Packages that use StompClient Package Description io.vertx.reactivex.ext.stomp -
-
Uses of StompClient in io.vertx.reactivex.ext.stomp
Fields in io.vertx.reactivex.ext.stomp with type parameters of type StompClient Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<StompClient>
StompClient. __TYPE_ARG
Methods in io.vertx.reactivex.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.static StompClient
StompClient. newInstance(StompClient arg)
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.
-