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

INTERNAL API
Inheritance: ActorSubscriber
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
PostStop ( ) : void
Receive ( object message ) : bool

Method Details

OutputStreamSubscriber() public méthode

public OutputStreamSubscriber ( Stream outputStream, TaskCompletionSource completionPromise, int bufferSize, bool autoFlush ) : System
outputStream Stream
completionPromise TaskCompletionSource
bufferSize int
autoFlush bool
Résultat System

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

Props() public static méthode

public static Props ( Stream os, TaskCompletionSource completionPromise, int bufferSize, bool autoFlush ) : Props
os Stream
completionPromise TaskCompletionSource
bufferSize int
autoFlush bool
Résultat Props

Receive() protected méthode

protected Receive ( object message ) : bool
message object
Résultat bool