SafetyCheckWrapper Class

A wrapper for the safety check object. Safety checks are performed by service fabric before continuing with the operations. These checks ensure the availability of the service and the reliability of the state.

Inheritance
SafetyCheckWrapper

Constructor

SafetyCheckWrapper(*, safety_check=None, **kwargs)

Parameters

safety_check
SafetyCheck
Required

Represents a safety check performed by service fabric before continuing with the operations. These checks ensure the availability of the service and the reliability of the state.