is there a function which can be called on shutdow...
# server
h
is there a function which can be called on shutdown? To represent when the app is closing?
h
oh, im so dumb! I should’ve thought of that! Thanks.
d
TBH - if you're dependent on some behaviour in an app shutdown then it should be abstracted from the JVM shutdown itself. After all, how can you test otherwise?
🙂
h
You’re definitely correct.