Interface ISignedCloudEvent<T>
- Namespace
- Savvyio.EventDriven.Messaging.CloudEvents.Cryptography
- Assembly
- Savvyio.Core.dll
Defines a generic way to wrap an IRequest inside a CloudEvents compliant message format.
public interface ISignedCloudEvent<out T> : ICloudEvent<T>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, ISignedMessage<T>, IMessage<T>, IAcknowledgeable where T : IIntegrationEvent
Type Parameters
T
The type of the payload constraint to the IIntegrationEvent interface.
- Inherited Members
- Extension Methods