C# Class Akka.Streams.Implementation.IO.OutputStreamSubscriber

INTERNAL API
Inheritance: ActorSubscriber
Datei anzeigen Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
OutputStreamSubscriber ( Stream outputStream, TaskCompletionSource completionPromise, int bufferSize, bool autoFlush ) : System
Props ( Stream os, TaskCompletionSource completionPromise, int bufferSize, bool autoFlush ) : Props

Protected Methods

Method Description
PostStop ( ) : void
Receive ( object message ) : bool

Method Details

OutputStreamSubscriber() public method

public OutputStreamSubscriber ( Stream outputStream, TaskCompletionSource completionPromise, int bufferSize, bool autoFlush ) : System
outputStream Stream
completionPromise TaskCompletionSource
bufferSize int
autoFlush bool
return System

PostStop() protected method

protected PostStop ( ) : void
return void

Props() public static method

public static Props ( Stream os, TaskCompletionSource completionPromise, int bufferSize, bool autoFlush ) : Props
os Stream
completionPromise TaskCompletionSource
bufferSize int
autoFlush bool
return Props

Receive() protected method

protected Receive ( object message ) : bool
message object
return bool