Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface IDataStream<T>

    Represents a data stream with a specific body type.

    Inherited Members
    IDataStream.EventId
    IDataStream.Version
    IDataStream.Partition
    IDataStream.PublishedAt
    IDataStream.TraceId
    IDataStream.ApproximateArrivalTimestamp
    Namespace: Innovt.Domain.Core.Streams
    Assembly: Innovt.Domain.Core.dll
    Syntax
    public interface IDataStream<T> : IDataStream where T : class
    Type Parameters
    Name Description
    T

    The type of the body of the data stream.

    Properties

    | Edit this page View Source

    Body

    Gets or sets the body of the data stream.

    Declaration
    T Body { get; set; }
    Property Value
    Type Description
    T

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX