Package com.opencloud.sip.biggroup
Interface TerminationReason
-
- All Known Implementing Classes:
TerminationReasons
public interface TerminationReason
Marker interface for objects that indicate the reason why a fork is being cancelled. The reasons used by the RA are defined as enum constants inTerminationReasons
, but services can specify their own reasons by implementing this interface and passing toForkActivity.cancel(TerminationReason)
. The reason will be passed to the fork activities'UpdateTerminationRequest
function.