* Final function called before application exits
()
| 660 | * Final function called before application exits |
| 661 | */ |
| 662 | finalFunction() { |
| 663 | log.info("server", "Graceful shutdown successful!"); |
| 664 | } |
| 665 | |
| 666 | /** |
| 667 | * Force connected sockets of a user to refresh and disconnect. |