vertx / io.vertx.ext.stomp / DestinationFactory

DestinationFactory

interface DestinationFactory

Interface implemented to customize the destination creation.

Author
Clement Escoffier

Functions

create

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

Creates a destination for the given address.