Class RegisteredServiceService
java.lang.Object
com.nmontytskyi.monitoring.server.service.RegisteredServiceService
Application service managing the lifecycle of registered microservices.
Provides operations to register new services, retrieve service details,
list all monitored services, and unregister services that are no longer active.
Each registered service is persisted as a RegisteredServiceEntity
and assigned an initial SlaDefinitionEntity
with the thresholds supplied during registration.
- Author:
- Nazar Montytskyi
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteById(Long id) findAll()register(ServiceRegistrationRequest request)
-
Constructor Details
-
RegisteredServiceService
public RegisteredServiceService()
-
-
Method Details
-
register
-
findAll
-
findById
-
deleteById
-