Class SigInt

java.lang.Object
org.agrona.concurrent.SigInt

public final class SigInt extends Object
Utility to allow the registration of a SIGINT handler that hides the unsupported jdk.internal.misc.Signal class.
  • Field Details

    • SIGNAL_HANDLER_CLASS

      private static final Class<?> SIGNAL_HANDLER_CLASS
    • SIGNAL_CONSTRUCTOR

      private static final Constructor<?> SIGNAL_CONSTRUCTOR
    • HANDLE_METHOD

      private static final Method HANDLE_METHOD
    • RAISE_METHOD

      private static final Method RAISE_METHOD
  • Constructor Details

    • SigInt

      private SigInt()
  • Method Details