Class DestinationFactory


  • public class DestinationFactory
    extends Object
    Interface implemented to customize the destination creation.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • DestinationFactory

        public DestinationFactory​(io.vertx.ext.stomp.DestinationFactory delegate)
      • DestinationFactory

        public DestinationFactory​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.stomp.DestinationFactory getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • create

        public Destination create​(Vertx vertx,
                                  String name)
        Parameters:
        vertx - the vert.x instance used by the STOMP server.
        name - the destination name.
        Returns:
        the destination, null to reject the creation.
      • newInstance

        public static DestinationFactory newInstance​(io.vertx.ext.stomp.DestinationFactory arg)