public interface InfrastructureService
extends com.google.common.util.concurrent.Service
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.
Copyright © 2021 the original authors or authors.