Click or drag to resize
Akka.NETIGraphStageWithMaterializedValueTShape, TMaterialized Methods

The IGraphStageWithMaterializedValueTShape, TMaterialized generic type exposes the following members.

Methods
  NameDescription
Public methodAddAttributes
Add the given attributes to this IGraphTShape. 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).
(Inherited from IGraphTShape, TMaterialized.)
Public methodAsync
Put an asynchronous boundary around this Graph.
(Inherited from IGraphTShape, TMaterialized.)
Public methodCreateLogicAndMaterializedValue
TBD
Public methodNamed
Add a name attribute to this Graph.
(Inherited from IGraphTShape, TMaterialized.)
Public methodWithAttributes
Change the attributes of this IGraphTShape 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).
(Inherited from IGraphTShape, TMaterialized.)
Top
See Also