Interface ServiceRecoveryInterface
-
public interface ServiceRecoveryInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
recoverService(String entityId)
Initiates recovery mechanism for a particular interface-manager entity.
-
-
-
Method Detail
-
recoverService
void recoverService(String entityId)
Initiates recovery mechanism for a particular interface-manager entity.- Parameters:
entityId
- The unique identifier for the service instance.
-
-