Skip to content

Instantly share code, notes, and snippets.

@OMGZui
Created November 7, 2022 13:45
Show Gist options
  • Save OMGZui/25a13b0c64176befce3530afa8a24dab to your computer and use it in GitHub Desktop.
Save OMGZui/25a13b0c64176befce3530afa8a24dab to your computer and use it in GitHub Desktop.
import javax.annotation.PreDestroy;
public abstract class FridayAgent
@PreDestroy
public void destroy() {
agentClient.close();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment