USoft Server Lifecycle Listener
|
Allows you to write Java code that is executed when the server starts and stops. Using this functional type, you can add different services that will start and stop when the server starts or stops.
This way, Service Framework is extensible to any kind of service, such as Java Messaging Services (JMS) and Kafka streaming services.
|