Interface ServiceRecoveryInterface
public interface ServiceRecoveryInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
recoverService
(String entityId) Initiates recovery mechanism for a particular interface-manager entity.
-
Method Details
-
recoverService
Initiates recovery mechanism for a particular interface-manager entity.- Parameters:
entityId
- The unique identifier for the service instance.
-