All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dronjax.java.objectshutdownproxy.ShutdownHandler Maven / Gradle / Ivy

Go to download

Create proxy for your java object to synchronously wait for all methods to finish calling.

The newest version!
package com.dronjax.java.objectshutdownproxy;

public interface ShutdownHandler {

  void waitForShutdown() throws Exception;

  void waitForShutdown(
      long interval
  ) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy