public interface reactor.core.CoreSubscriber<T> extends org.reactivestreams.Subscriber<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: reactor.core.CoreSubscriber
  super_class: java.lang.Object
{
  public reactor.util.context.Context currentContext();
    descriptor: ()Lreactor/util/context/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.core.CoreSubscriber this
         0: .line 45
            invokestatic reactor.util.context.Context.empty:()Lreactor/util/context/Context;
            areturn
        end local 0 // reactor.core.CoreSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/core/CoreSubscriber<TT;>;

  public abstract void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      s     
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/reactivestreams/Subscriber<TT;>;
SourceFile: "CoreSubscriber.java"