Interface CancellationStrategy

interface CancellationStrategy {
    receiver: CancellationReceiverStrategy;
    sender: CancellationSenderStrategy;
}

Properties

Properties