public interface OpenmrsService
ServiceContext
are required
to implement this interface. It is recommended that all services extend the
BaseOpenmrsService
abstract class to buffer themselves from changes to this interface.BaseOpenmrsService
Modifier and Type | Method and Description |
---|---|
void |
onShutdown()
Called when the OpenMRS service layer is shutting down
|
void |
onStartup()
Called when the OpenMRS service layer is initializing.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.