Table of Contents

Interface ICompensateActivity<TLog>

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface ICompensateActivity<in TLog> : ICompensateActivity where TLog : class

Type Parameters

TLog

Methods

Compensate(CompensateContext<TLog>)

Compensate the activity and return the remaining compensation items

Task<CompensationResult> Compensate(CompensateContext<in TLog> context)

Parameters

context CompensateContext<TLog>

The compensation information for the activity

Returns

Task<CompensationResult>