Table of Contents

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
IDictionary<String, Object>.Add(String, Object)
IDictionary<String, Object>.ContainsKey(String)
IDictionary<String, Object>.Remove(String)
IDictionary<String, Object>.TryGetValue(String, Object)
IDictionary<String, Object>.Item[String]
IDictionary<String, Object>.Keys
IDictionary<String, Object>.Values
ICollection<KeyValuePair<String, Object>>.Add(KeyValuePair<String, Object>)
ICollection<KeyValuePair<String, Object>>.Clear()
ICollection<KeyValuePair<String, Object>>.Contains(KeyValuePair<String, Object>)
ICollection<KeyValuePair<String, Object>>.CopyTo(KeyValuePair<String, Object>[], Int32)
ICollection<KeyValuePair<String, Object>>.Remove(KeyValuePair<String, Object>)
ICollection<KeyValuePair<String, Object>>.Count
ICollection<KeyValuePair<String, Object>>.IsReadOnly
IEnumerable<KeyValuePair<String, Object>>.GetEnumerator()
IEnumerable.GetEnumerator()
Extension Methods

Remarks

See Also