public class DestinationFactory extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<DestinationFactory> |
__TYPE_ARG |
Constructor and Description |
---|
DestinationFactory(io.vertx.ext.stomp.DestinationFactory delegate) |
DestinationFactory(Object delegate) |
Modifier and Type | Method and Description |
---|---|
Destination |
create(Vertx vertx,
String name)
Creates a destination for the given address.
|
boolean |
equals(Object o) |
io.vertx.ext.stomp.DestinationFactory |
getDelegate() |
int |
hashCode() |
static DestinationFactory |
newInstance(io.vertx.ext.stomp.DestinationFactory arg) |
String |
toString() |
public static final TypeArg<DestinationFactory> __TYPE_ARG
public DestinationFactory(io.vertx.ext.stomp.DestinationFactory delegate)
public DestinationFactory(Object delegate)
public io.vertx.ext.stomp.DestinationFactory getDelegate()
public Destination create(Vertx vertx, String name)
vertx
- the vert.x instance used by the STOMP server.name
- the destination name.null
to reject the creation.public static DestinationFactory newInstance(io.vertx.ext.stomp.DestinationFactory arg)
Copyright © 2021 Eclipse. All rights reserved.