Class DestinationFactory

java.lang.Object
io.vertx.mutiny.ext.stomp.DestinationFactory
All Implemented Interfaces:
MutinyDelegate

public class DestinationFactory extends Object implements MutinyDelegate
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.

  • Field Details

  • Constructor Details

    • DestinationFactory

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

      public DestinationFactory(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.stomp.DestinationFactory getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • 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)