Interface DestinationFactory
public interface DestinationFactory
Interface implemented to customize the destination creation.
- Author:
- Clement Escoffier
-
Method Summary
Modifier and TypeMethodDescriptionCreates a destination for the given address.
-
Method Details
-
create
Creates a destination for the given address.- Parameters:
vertx- the vert.x instance used by the STOMP server.name- the destination name.- Returns:
- the destination,
nullto reject the creation. - See Also:
-