Make confirmsFailure in DeviceHandlerFailureIsolation optional #95
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The initialization of DeviceHandlerFailureIsolation is coupled
to the existence of a ConfirmsFailuresIF. This is not needed in early development phases when the PCDU has not been developed yet.
My suggestion is to make it optional (similarly to the PowerSwitcherIF).
Make confirmsFailures in DeviceHandlerFailureIsolation optionalto Make confirmsFailure in DeviceHandlerFailureIsolation optionalDeviceHandlerFailureIsolation checks powerConfirmation != MessageQueueIF::NO_QUEUE now.