class io.quarkus.runtime.shutdown.ShutdownRecorder$LatchShutdownNotification extends java.lang.Object implements io.quarkus.runtime.shutdown.ShutdownListener$ShutdownNotification
{
private final java.util.concurrent.CountDownLatch latch;
public void <init>(java.util.concurrent.CountDownLatch)
{
java.util.concurrent.CountDownLatch v;
io.quarkus.runtime.shutdown.ShutdownRecorder$LatchShutdownNotification v;
v := @this: io.quarkus.runtime.shutdown.ShutdownRecorder$LatchShutdownNotification;
v := @parameter: java.util.concurrent.CountDownLatch;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.quarkus.runtime.shutdown.ShutdownRecorder$LatchShutdownNotification: java.util.concurrent.CountDownLatch latch> = v;
return;
}
public void done()
{
java.util.concurrent.CountDownLatch v;
io.quarkus.runtime.shutdown.ShutdownRecorder$LatchShutdownNotification v;
v := @this: io.quarkus.runtime.shutdown.ShutdownRecorder$LatchShutdownNotification;
v = v.<io.quarkus.runtime.shutdown.ShutdownRecorder$LatchShutdownNotification: java.util.concurrent.CountDownLatch latch>;
virtualinvoke v.<java.util.concurrent.CountDownLatch: void countDown()>();
return;
}
}