Uses of Class
io.vertx.rxjava3.ext.stomp.Destination
Packages that use Destination
-
Uses of Destination in io.vertx.rxjava3.ext.stomp
Fields in io.vertx.rxjava3.ext.stomp with type parameters of type DestinationModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<Destination> Destination.__TYPE_ARGMethods in io.vertx.rxjava3.ext.stomp that return DestinationModifier and TypeMethodDescriptionstatic DestinationDestination.bridge(Vertx vertx, BridgeOptions options) Creates a destination for the given address.Destination.dispatch(StompServerConnection connection, Frame frame) Dispatches the given frame.StompServerHandler.getDestination(String destination) Gets the destination with the given name.StompServerHandler.getOrCreateDestination(String destination) Gets aDestinationobject if existing, or create a new one.static DestinationDestination.newInstance(Destination arg) static DestinationDestination.subscribe(StompServerConnection connection, Frame frame) Handles a subscription request to the currentDestination.static DestinationDestination.unsubscribeConnection(StompServerConnection connection) Removes all subscriptions of the given connectionMethods in io.vertx.rxjava3.ext.stomp that return types with arguments of type Destination