Uses of Interface
io.vertx.ext.stomp.StompClient
Packages that use StompClient
-
Uses of StompClient in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return StompClientModifier and TypeMethodDescriptionstatic StompClientCreates aStompClientusing the default implementation.static StompClientStompClient.create(Vertx vertx, StompClientOptions options) Creates aStompClientusing the default implementation.StompClient.errorFrameHandler(Handler<Frame> handler) A general error frame handler.StompClient.exceptionHandler(Handler<Throwable> handler) Sets an exception handler notified for TCP-level errors.StompClient.receivedFrameHandler(Handler<Frame> handler) Configures a received handler that gets notified when a STOMP frame is received by the client.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 StompClientMethods in io.vertx.reactivex.ext.stomp with parameters of type StompClientConstructors in io.vertx.reactivex.ext.stomp with parameters of type StompClient -
Uses of StompClient in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp that return StompClientMethods in io.vertx.rxjava3.ext.stomp with parameters of type StompClientConstructors in io.vertx.rxjava3.ext.stomp with parameters of type StompClient