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