Uses of Class
io.vertx.reactivex.ext.stomp.StompClient
Packages that use StompClient
-
Uses of StompClient in io.vertx.reactivex.ext.stomp
Fields in io.vertx.reactivex.ext.stomp with type parameters of type StompClientModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<StompClient> StompClient.__TYPE_ARGMethods in io.vertx.reactivex.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.static StompClientStompClient.newInstance(StompClient arg) 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.