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

create

open 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.