Show / Hide Table of Contents

    Class SqsIgnoreResultEntry

    Ignore acknowledgment within a batch No requests are executed on the SQS service for ignore messageAction. Its result is Akka.NotUsed and the responseMetadata is always empty

    Inheritance
    Object
    SqsIgnoreResultEntry
    Implements
    ISqsAckResultEntry
    ISqsResult
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Streams.SQS
    Assembly: Akka.Streams.SQS.dll
    Syntax
    public sealed class SqsIgnoreResultEntry : ISqsAckResultEntry, ISqsResult

    Constructors

    | Improve this Doc View Source

    SqsIgnoreResultEntry(Ignore)

    Declaration
    public SqsIgnoreResultEntry(Ignore action)
    Parameters
    Type Name Description
    Ignore action

    Properties

    | Improve this Doc View Source

    Action

    Declaration
    public Ignore Action { get; }
    Property Value
    Type Description
    Ignore

    Explicit Interface Implementations

    | Improve this Doc View Source

    ISqsAckResultEntry.Action

    Declaration
    MessageAction ISqsAckResultEntry.Action { get; }
    Returns
    Type Description
    MessageAction
    | Improve this Doc View Source

    ISqsResult.ResponseMetadata

    Declaration
    ResponseMetadata ISqsResult.ResponseMetadata { get; }
    Returns
    Type Description
    Amazon.Runtime.ResponseMetadata
    | Improve this Doc View Source

    ISqsResult.Result

    Declaration
    object ISqsResult.Result { get; }
    Returns
    Type Description
    Object

    Implements

    ISqsAckResultEntry
    ISqsResult
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX