Show / Hide Table of Contents

    Class SourceExtension

    Inheritance
    Object
    SourceExtension
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Streams.Azure.StorageQueue
    Assembly: Akka.Streams.Azure.StorageQueue.dll
    Syntax
    public static class SourceExtension

    Methods

    | Improve this Doc View Source

    ToStorageQueue<TMat>(Source<String, TMat>, QueueClient, IMaterializer, AddRequestOptions)

    Shurtcut for running this Akka.Streams.Dsl.Source<TOut, TMat> with a QueueSink. The returned Task will be completed with Success when reaching the normal end of the stream, or completed with Failure if there is a failure signaled in the stream.

    Declaration
    public static Task ToStorageQueue<TMat>(this Source<string, TMat> source, QueueClient queue, IMaterializer materializer, AddRequestOptions options = null)
    Parameters
    Type Name Description
    Akka.Streams.Dsl.Source<String, TMat> source
    Azure.Storage.Queues.QueueClient queue
    Akka.Streams.IMaterializer materializer
    AddRequestOptions options
    Returns
    Type Description
    Task
    Type Parameters
    Name Description
    TMat
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX