abstract fun create(vertx: Vertx, name: String): Destination
Creates a destination for the given address.
vertx - the vert.x instance used by the STOMP server.
Return
the destination, null to reject the creation.
See Also
Destination#topic(Vertx, String)Destination#queue(Vertx, String)