public interface io.ebean.config.SlowQueryListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.ebean.config.SlowQueryListener
  super_class: java.lang.Object
{
  public abstract void process(io.ebean.config.SlowQueryEvent);
    descriptor: (Lio/ebean/config/SlowQueryEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "SlowQueryListener.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()