Package org.agrona.concurrent
Class SigInt
- java.lang.Object
-
- org.agrona.concurrent.SigInt
-
public class SigInt extends java.lang.Object
Utility to allow the registration of a SIGINT handler that hides the unsupportedSignal
class.
-
-
Constructor Summary
Constructors Constructor Description SigInt()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register(java.lang.Runnable task)
Register a task to be run when a SIGINT is received.(package private) static void
register(java.lang.String signalName, java.lang.Runnable task)
-