Interface ILifecycleContext
TBD
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
public interface ILifecycleContext
Properties
| Improve this Doc View SourceAttributes
Returns operation attributes associated with the this Stage
Declaration
Attributes Attributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Materializer
Returns the Materializer that was used to materialize this Stage/>. It can be used to materialize sub-flows.
Declaration
IMaterializer Materializer { get; }
Property Value
Type | Description |
---|---|
IMaterializer |