ExecutionSubscriberForExecutionLog

API

ExecutionSubscriberForExecutionLog.java
class ExecutionSubscriberForExecutionLog {
  boolean isEnabled()
  void onExecution(Execution<?, ?> execution)
}