SinkTIn, TMat Class |
Namespace: Akka.Streams.Dsl
The SinkTIn, TMat type exposes the following members.
Name | Description | |
---|---|---|
SinkTIn, TMat |
TBD
|
Name | Description | |
---|---|---|
AddAttributes |
Add the given attributes to this SinkTIn, 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.
| |
ContraMapTIn2 | ||
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.) | |
MapMaterializedValueTMat2 |
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.
| |
RunWithTMat2 |
Connect this SinkTIn, TMat to a SourceTOut, TMat and run it. The returned value is the materialized value
of the SourceTOut, TMat, e.g. the ISubscriber.
| |
ToString |
TBD
(Overrides ObjectToString.) | |
WithAttributes |
Change the attributes of this SinkTIn, 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 | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |