Uses of Interface
io.vertx.ext.stomp.StompServer
Packages that use StompServer
-
Uses of StompServer in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return StompServerModifier and TypeMethodDescriptionstatic StompServerCreates aStompServerbased on the default Stomp Server implementation, and use the default options.static StompServerCreates aStompServerbased on the default Stomp Server implementation.static StompServerStompServer.create(Vertx vertx, NetServer net, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation.static StompServerStompServer.create(Vertx vertx, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation.StompServer.handler(StompServerHandler handler) Configures theStompServerHandler.StompServerConnection.server()StompServer.writingFrameHandler(Handler<ServerFrame> handler) Configures the handler that is invoked every time a frame is going to be written to the "wire".Methods in io.vertx.ext.stomp that return types with arguments of type StompServer -
Uses of StompServer in io.vertx.reactivex.ext.stomp
Methods in io.vertx.reactivex.ext.stomp that return StompServerMethods in io.vertx.reactivex.ext.stomp with parameters of type StompServerConstructors in io.vertx.reactivex.ext.stomp with parameters of type StompServer -
Uses of StompServer in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp that return StompServerMethods in io.vertx.rxjava3.ext.stomp with parameters of type StompServerConstructors in io.vertx.rxjava3.ext.stomp with parameters of type StompServer