vertx / io.vertx.ext.stomp / DestinationFactory / create

create

abstract fun create(vertx: Vertx, name: String): Destination

Creates a destination for the given address.

Parameters

vertx - the vert.x instance used by the STOMP server.

name - the destination name.

Return
the destination, null to reject the creation.

See Also
Destination#topic(Vertx, String)Destination#queue(Vertx, String)