public interface io.vertx.ext.stomp.StompServerHandler extends io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.stomp.StompServerHandler
  super_class: java.lang.Object
{
  public static io.vertx.ext.stomp.StompServerHandler create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 48
            new io.vertx.ext.stomp.impl.DefaultStompHandler
            dup
            aload 0 /* vertx */
            invokespecial io.vertx.ext.stomp.impl.DefaultStompHandler.<init>:(Lio/vertx/core/Vertx;)V
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public abstract io.vertx.ext.stomp.StompServerHandler receivedFrameHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler connectHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler stompHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler subscribeHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler unsubscribeHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler sendHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler closeHandler(io.vertx.core.Handler<io.vertx.ext.stomp.StompServerConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/StompServerConnection;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract void onClose(io.vertx.ext.stomp.StompServerConnection);
    descriptor: (Lio/vertx/ext/stomp/StompServerConnection;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      connection  

  public abstract io.vertx.ext.stomp.StompServerHandler commitHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler abortHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler beginHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler disconnectHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler ackHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler nackHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler onAuthenticationRequest(io.vertx.ext.stomp.StompServerConnection, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Lio/vertx/ext/stomp/StompServerConnection;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/stomp/StompServerConnection;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      connection  
      login       
      passcode    
      handler     

  public abstract io.vertx.ext.auth.User getUserBySession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/auth/User;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      session  

  public abstract io.vertx.ext.stomp.StompServerHandler authProvider(io.vertx.ext.auth.AuthProvider);
    descriptor: (Lio/vertx/ext/auth/AuthProvider;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract java.util.List<io.vertx.ext.stomp.Destination> getDestinations();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lio/vertx/ext/stomp/Destination;>;

  public abstract io.vertx.ext.stomp.Destination getDestination(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      destination  

  public abstract io.vertx.ext.stomp.StompServerHandler onAck(io.vertx.ext.stomp.StompServerConnection, io.vertx.ext.stomp.Frame, java.util.List<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;Ljava/util/List;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      connection  
      subscribe   
      messages    

  public abstract io.vertx.ext.stomp.StompServerHandler onNack(io.vertx.ext.stomp.StompServerConnection, io.vertx.ext.stomp.Frame, java.util.List<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;Ljava/util/List;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      connection  
      subscribe   
      messages    

  public abstract io.vertx.ext.stomp.StompServerHandler onAckHandler(io.vertx.core.Handler<io.vertx.ext.stomp.Acknowledgement>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Acknowledgement;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler onNackHandler(io.vertx.core.Handler<io.vertx.ext.stomp.Acknowledgement>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/Acknowledgement;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.StompServerHandler pingHandler(io.vertx.core.Handler<io.vertx.ext.stomp.StompServerConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/StompServerConnection;>;)Lio/vertx/ext/stomp/StompServerHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.stomp.Destination getOrCreateDestination(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      destination  

  public abstract io.vertx.ext.stomp.StompServerHandler destinationFactory(io.vertx.ext.stomp.DestinationFactory);
    descriptor: (Lio/vertx/ext/stomp/DestinationFactory;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      factory  

  public abstract io.vertx.ext.stomp.StompServerHandler bridge(io.vertx.ext.stomp.BridgeOptions);
    descriptor: (Lio/vertx/ext/stomp/BridgeOptions;)Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      options  
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;
SourceFile: "StompServerHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()