DestinationFactory

Interface implemented to customize the destination creation.

package

Default

Methods

__construct

__construct() 

Creates a destination for the given <em>address</em>.

create( $arg0,  $arg1) : \io\vertx\jphp\ext\stomp\Destination

Arguments

$arg0

Vertx

$arg1

string

Response

\io\vertx\jphp\ext\stomp\Destination

the destination, {@code null} to reject the creation.