Interface Event.ShutdownStageVisitorBuilder<T>
-
- Enclosing class:
- Event
public static interface Event.ShutdownStageVisitorBuilder<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Event.ShutdownStopStageVisitorBuilder<T>shutdown(java.util.function.Function<ShutdownEvent,T> shutdownVisitor)
-
-
-
Method Detail
-
shutdown
Event.ShutdownStopStageVisitorBuilder<T> shutdown(@Nonnull java.util.function.Function<ShutdownEvent,T> shutdownVisitor)
-
-