![]() | IContext Interface |
Namespace: Akka.Streams.Stage
The IContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes |
Returns operation attributes associated with the this Stage
(Inherited from ILifecycleContext.) |
![]() | IsFinishing |
This returns true after AbsorbTermination has been used.
|
![]() | Materializer |
Returns the Materializer that was used to materialize this Stage/>.
It can be used to materialize sub-flows.
(Inherited from ILifecycleContext.) |
Name | Description | |
---|---|---|
![]() | AbsorbTermination |
Puts the stage in a finishing state so that
final elements can be pushed from onPull.
|
![]() | Fail |
Cancel upstreams and complete downstreams with failure.
|
![]() | Finish |
Cancel upstreams and complete downstreams successfully.
|
![]() | Pull |
Request for more elements from upstreams.
|
![]() | Push |
Push one element to downstreams.
|
![]() | PushAndFinish |
Push one element to downstream immediately followed by
cancel of upstreams and complete of downstreams.
|