Show / Hide Table of Contents

    Class SqsSource

    API to create SQS sources.

    Inheritance
    Object
    SqsSource
    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 static class SqsSource

    Methods

    | Improve this Doc View Source

    Create(IAmazonSQS, String, SqsSourceSettings)

    Declaration
    public static Source<Message, NotUsed> Create(IAmazonSQS client, string queueUrl, SqsSourceSettings settings = null)
    Parameters
    Type Name Description
    Amazon.SQS.IAmazonSQS client
    String queueUrl
    SqsSourceSettings settings
    Returns
    Type Description
    Akka.Streams.Dsl.Source<Amazon.SQS.Model.Message, Akka.NotUsed>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Create(IAmazonSQS, String, SqsSourceSettings)
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX