Lifecycle interface for services. All services should implement this interface for consistent initialization and cleanup.
Readonly
Current state of the service.
Disposes the service and cleans up resources. Should be called during application shutdown.
Initializes the service. Should be called before any other service methods.
Lifecycle interface for services. All services should implement this interface for consistent initialization and cleanup.