Constructor and Description |
---|
DestinationFactory(DestinationFactory delegate) |
Modifier and Type | Method and Description |
---|---|
Destination |
create(Vertx vertx,
String name)
Creates a destination for the given address.
|
Object |
getDelegate() |
static DestinationFactory |
newInstance(DestinationFactory arg) |
public DestinationFactory(DestinationFactory delegate)
public Object 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 © 2016. All rights reserved.