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