Uses of Class
io.vertx.mutiny.ext.stomp.StompServerHandler
Packages that use StompServerHandler
-
Uses of StompServerHandler in io.vertx.mutiny.ext.stomp
Fields in io.vertx.mutiny.ext.stomp with type parameters of type StompServerHandlerModifier and TypeFieldDescriptionstatic final TypeArg<StompServerHandler>StompServerHandler.__TYPE_ARGMethods in io.vertx.mutiny.ext.stomp that return StompServerHandlerModifier and TypeMethodDescriptionStompServerHandler.abortHandler(Consumer<ServerFrame> handler) StompServerHandler.ackHandler(Consumer<ServerFrame> handler) StompServerHandler.authProvider(AuthenticationProvider handler) StompServerHandler.beginHandler(Consumer<ServerFrame> handler) StompServerHandler.bridge(io.vertx.ext.stomp.BridgeOptions options) StompServerHandler.closeHandler(Consumer<StompServerConnection> handler) StompServerHandler.commitHandler(Consumer<ServerFrame> handler) StompServerHandler.connectHandler(Consumer<ServerFrame> handler) static StompServerHandlerStompServerHandler.destinationFactory(DestinationFactory factory) StompServerHandler.disconnectHandler(Consumer<ServerFrame> handler) StompServerConnection.handler()StompServerHandler.nackHandler(Consumer<ServerFrame> handler) static StompServerHandlerStompServerHandler.newInstance(io.vertx.ext.stomp.StompServerHandler arg) StompServerHandler.onAck(StompServerConnection connection, io.vertx.ext.stomp.Frame subscribe, List<io.vertx.ext.stomp.Frame> messages) StompServerHandler.onAckHandler(Consumer<Acknowledgement> handler) StompServerHandler.onAuthenticationRequestAndForget(StompServerConnection connection, String login, String passcode) Variant ofonAuthenticationRequest(io.vertx.mutiny.ext.stomp.StompServerConnection,String,String)that ignores the result of the operation.StompServerHandler.onNack(StompServerConnection connection, io.vertx.ext.stomp.Frame subscribe, List<io.vertx.ext.stomp.Frame> messages) StompServerHandler.onNackHandler(Consumer<Acknowledgement> handler) StompServerHandler.pingHandler(Consumer<StompServerConnection> handler) StompServerHandler.receivedFrameHandler(Consumer<ServerFrame> handler) StompServerHandler.sendHandler(Consumer<ServerFrame> handler) StompServer.stompHandler()StompServerHandler.stompHandler(Consumer<ServerFrame> handler) StompServerHandler.subscribeHandler(Consumer<ServerFrame> handler) StompServerHandler.unsubscribeHandler(Consumer<ServerFrame> handler) Methods in io.vertx.mutiny.ext.stomp with parameters of type StompServerHandler