Show / Hide Table of Contents

    Class SqsIgnoreResult

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

    Inheritance
    Object
    SqsIgnoreResult
    Implements
    ISqsAckResult
    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 SqsIgnoreResult : ISqsAckResult, ISqsResult

    Constructors

    | Improve this Doc View Source

    SqsIgnoreResult(Ignore)

    Declaration
    public SqsIgnoreResult(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
    | Improve this Doc View Source

    ResponseMetadata

    Declaration
    public ResponseMetadata ResponseMetadata { get; }
    Property Value
    Type Description
    Amazon.Runtime.ResponseMetadata

    Explicit Interface Implementations

    | Improve this Doc View Source

    ISqsAckResult.Action

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

    ISqsResult.Result

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

    Implements

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