io.sarl.sre.janus.services.infrastructure
Interface InfrastructureService
All Superinterfaces:
org.arakhne.afc.services.IService
All Known Implementing Classes:
BasicInfrastructureService
interface InfrastructureService
implements org.arakhne.afc.services.IService
This class supports the management of the infrastructure as a service for the SRE platform.

All the other services must depends on this service.

The tasks that are done by this service are low-level and must not depend on other services.

This service is used for released any resource that is shared by several other services. For example, Hazelcast instance may be release by a specific implementation of this service.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel