Package | Description |
---|---|
io.vertx.ext.stomp | |
io.vertx.reactivex.ext.stomp | |
io.vertx.rxjava.ext.stomp | |
io.vertx.rxjava3.ext.stomp |
Modifier and Type | Method and Description |
---|---|
static Destination |
Destination.bridge(Vertx vertx,
BridgeOptions options) |
Destination |
DestinationFactory.create(Vertx vertx,
String name)
Creates a destination for the given address.
|
Destination |
Destination.dispatch(StompServerConnection connection,
Frame frame)
Dispatches the given frame.
|
Destination |
StompServerHandler.getDestination(String destination)
Gets the destination with the given name.
|
Destination |
StompServerHandler.getOrCreateDestination(String destination)
Gets a
Destination object if existing, or create a new one. |
static Destination |
Destination.queue(Vertx vertx,
String destination) |
Destination |
Destination.subscribe(StompServerConnection connection,
Frame frame)
Handles a subscription request to the current
Destination . |
static Destination |
Destination.topic(Vertx vertx,
String destination) |
Destination |
Destination.unsubscribeConnection(StompServerConnection connection)
Removes all subscriptions of the given connection
|
Modifier and Type | Method and Description |
---|---|
List<Destination> |
StompServerHandler.getDestinations() |
Modifier and Type | Method and Description |
---|---|
Destination |
Destination.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Destination |
Destination.newInstance(Destination arg) |
Constructor and Description |
---|
Destination(Destination delegate) |
Modifier and Type | Method and Description |
---|---|
Destination |
Destination.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Destination |
Destination.newInstance(Destination arg) |
Constructor and Description |
---|
Destination(Destination delegate) |
Modifier and Type | Method and Description |
---|---|
Destination |
Destination.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Destination |
Destination.newInstance(Destination arg) |
Constructor and Description |
---|
Destination(Destination delegate) |
Copyright © 2022 Eclipse. All rights reserved.