Table of Contents

Interface CompensateLog

Namespace
MassTransit.Courier.Contracts
Assembly
MassTransit.Abstractions.dll
public interface CompensateLog

Properties

Address

The compensation address where the routing slip should be sent for compensation

Uri Address { get; }

Property Value

Uri

Data

The results of the activity saved for compensation

IDictionary<string, object> Data { get; }

Property Value

IDictionary<string, object>

ExecutionId

The tracking number for completion of the activity

Guid ExecutionId { get; }

Property Value

Guid