Class HaltLifeCycleListener

java.lang.Object
org.eclipse.jetty.util.component.HaltLifeCycleListener
All Implemented Interfaces:
EventListener, LifeCycle.Listener

public class HaltLifeCycleListener extends Object implements LifeCycle.Listener

A LifeCycle listener that halts the JVM with exit code 0 when notified of the "started" event.

  • Constructor Details

    • HaltLifeCycleListener

      public HaltLifeCycleListener()
  • Method Details