Interface ExitHandlerFactory

All Superinterfaces:
Supplier<ExitHandler>
All Known Implementing Classes:
SystemExitHandlerFactory

public interface ExitHandlerFactory extends Supplier<ExitHandler>
Provides an ExitHandler concrete implementation, used to override the behavior in cases where System.exit is called.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get