Table of Contents

Interface ICloudEvent<T>

Namespace
Savvyio.EventDriven.Messaging.CloudEvents
Assembly
Savvyio.Core.dll

Defines a generic way to wrap an IRequest inside a CloudEvents compliant message format.

public interface ICloudEvent<out T> : IMessage<T>, IAcknowledgeable, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable where T : IIntegrationEvent

Type Parameters

T

The type of the payload constraint to the IIntegrationEvent interface.

Inherited Members
Extension Methods

Remarks

Properties

Specversion

Gets version of the CloudEvents specification which the event uses.

string Specversion { get; }

Property Value

string

The version of the CloudEvents specification which the event uses.

Remarks

See Also