interface DestinationFactory
Interface implemented to customize the destination creation.
Author Clement Escoffier
create
abstract fun create(vertx: Vertx, name: String): Destination
Creates a destination for the given address.