![]() | Sink<TIn, TMat> Class |
Namespace: Akka.Streams.Dsl
The Sink< TIn, TMat> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Sink<TIn, TMat> |
TBD
|
Name | Description | |
---|---|---|
![]() | AddAttributes |
Add the given attributes to this Sink<TIn, TMat>.
Further calls to WithAttributes(Attributes)
will not remove these attributes. Note that this
operation has no effect on an empty Flow (because the attributes apply
only to the contained processing stages).
|
![]() | Async |
Put an asynchronous boundary around this Sink.
|
![]() | ContraMap<TIn2> | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MapMaterializedValue<TMat2> |
Transform only the materialized value of this Sink, leaving all other properties as they were.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Named |
Add a name attribute to this Sink.
|
![]() | RunWith<TMat2> |
Connect this Sink< TIn, TMat> to a Source< TOut, TMat> and run it. The returned value is the materialized value
of the Source<TOut, TMat>, e.g. the ISubscriber.
|
![]() | ToString |
TBD
(Overrides Object.ToString().) |
![]() | WithAttributes |
Change the attributes of this Sink< TIn, TMat> to the given ones
and seal the list of attributes. This means that further calls will not be able
to remove these attributes, but instead add new ones. Note that this
operation has no effect on an empty Flow (because the attributes apply
only to the contained processing stages).
|
Name | Description | |
---|---|---|
![]() | AsInstanceOf<T> |
TBD
(Defined by Extensions.) |
![]() | Match() | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | Match<T>() | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |