| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<DestinationFactory> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
DestinationFactory(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)  | 
DestinationFactory | 
getDelegate()  | 
int | 
hashCode()  | 
static DestinationFactory | 
newInstance(DestinationFactory arg)  | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<DestinationFactory> __TYPE_ARG
public DestinationFactory(DestinationFactory delegate)
public DestinationFactory(Object delegate)
public 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(DestinationFactory arg)
Copyright © 2024 Eclipse. All rights reserved.