public interface io.vertx.ext.stomp.DestinationFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.stomp.DestinationFactory
  super_class: java.lang.Object
{
  public abstract io.vertx.ext.stomp.Destination create(io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      vertx  
      name   
}
SourceFile: "DestinationFactory.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()