Interface implemented to customize the destination creation.
Constructor and description |
---|
DestinationFactory
(java.lang.Object delegate) |
Type | Name and description |
---|---|
Destination |
create(Vertx vertx, java.lang.String name) Creates a destination for the given address. |
java.lang.Object |
getDelegate() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates a destination for the given address.
null
to reject the creation.vertx
- the vert.x instance used by the STOMP server.name
- the destination name.