public abstract class com.netflix.hystrix.strategy.eventnotifier.HystrixEventNotifier
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.netflix.hystrix.strategy.eventnotifier.HystrixEventNotifier
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.strategy.eventnotifier.HystrixEventNotifier this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.strategy.eventnotifier.HystrixEventNotifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/strategy/eventnotifier/HystrixEventNotifier;

  public void markEvent(com.netflix.hystrix.HystrixEventType, com.netflix.hystrix.HystrixCommandKey);
    descriptor: (Lcom/netflix/hystrix/HystrixEventType;Lcom/netflix/hystrix/HystrixCommandKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.netflix.hystrix.strategy.eventnotifier.HystrixEventNotifier this
        start local 1 // com.netflix.hystrix.HystrixEventType eventType
        start local 2 // com.netflix.hystrix.HystrixCommandKey key
         0: .line 50
            return
        end local 2 // com.netflix.hystrix.HystrixCommandKey key
        end local 1 // com.netflix.hystrix.HystrixEventType eventType
        end local 0 // com.netflix.hystrix.strategy.eventnotifier.HystrixEventNotifier this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/netflix/hystrix/strategy/eventnotifier/HystrixEventNotifier;
            0    1     1  eventType  Lcom/netflix/hystrix/HystrixEventType;
            0    1     2        key  Lcom/netflix/hystrix/HystrixCommandKey;
    MethodParameters:
           Name  Flags
      eventType  
      key        

  public void markCommandExecution(com.netflix.hystrix.HystrixCommandKey, com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy, int, java.util.List<com.netflix.hystrix.HystrixEventType>);
    descriptor: (Lcom/netflix/hystrix/HystrixCommandKey;Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;ILjava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // com.netflix.hystrix.strategy.eventnotifier.HystrixEventNotifier this
        start local 1 // com.netflix.hystrix.HystrixCommandKey key
        start local 2 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy isolationStrategy
        start local 3 // int duration
        start local 4 // java.util.List eventsDuringExecution
         0: .line 70
            return
        end local 4 // java.util.List eventsDuringExecution
        end local 3 // int duration
        end local 2 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy isolationStrategy
        end local 1 // com.netflix.hystrix.HystrixCommandKey key
        end local 0 // com.netflix.hystrix.strategy.eventnotifier.HystrixEventNotifier this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/netflix/hystrix/strategy/eventnotifier/HystrixEventNotifier;
            0    1     1                    key  Lcom/netflix/hystrix/HystrixCommandKey;
            0    1     2      isolationStrategy  Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            0    1     3               duration  I
            0    1     4  eventsDuringExecution  Ljava/util/List<Lcom/netflix/hystrix/HystrixEventType;>;
    Signature: (Lcom/netflix/hystrix/HystrixCommandKey;Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;ILjava/util/List<Lcom/netflix/hystrix/HystrixEventType;>;)V
    MethodParameters:
                       Name  Flags
      key                    
      isolationStrategy      
      duration               
      eventsDuringExecution  
}
SourceFile: "HystrixEventNotifier.java"
InnerClasses:
  public final ExecutionIsolationStrategy = com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy of com.netflix.hystrix.HystrixCommandProperties