Uses of Interface
dev.failsafe.internal.EventHandler
Packages that use EventHandler
-
Uses of EventHandler in dev.failsafe.internal
Methods in dev.failsafe.internal that return EventHandlerModifier and TypeMethodDescriptionstatic <R> EventHandler<R> EventHandler.ofExecutionAttempted(EventListener<ExecutionAttemptedEvent<R>> handler) static <R> EventHandler<R> EventHandler.ofExecutionCompleted(EventListener<ExecutionCompletedEvent<R>> handler) static <R> EventHandler<R> EventHandler.ofExecutionScheduled(EventListener<ExecutionScheduledEvent<R>> handler)