Uses of Interface
io.vertx.ext.stomp.Destination
Packages that use Destination
-
Uses of Destination in io.vertx.ext.stomp
Methods in io.vertx.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.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.ext.stomp that return types with arguments of type Destination -
Uses of Destination in io.vertx.reactivex.ext.stomp
Methods in io.vertx.reactivex.ext.stomp that return DestinationMethods in io.vertx.reactivex.ext.stomp with parameters of type DestinationConstructors in io.vertx.reactivex.ext.stomp with parameters of type Destination -
Uses of Destination in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp that return DestinationMethods in io.vertx.rxjava3.ext.stomp with parameters of type DestinationConstructors in io.vertx.rxjava3.ext.stomp with parameters of type Destination