Created
November 7, 2022 13:45
-
-
Save OMGZui/25a13b0c64176befce3530afa8a24dab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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