| IDetachedContextTOut Interface |
Namespace: Akka.Streams.Stage
public interface IDetachedContext<in TOut> : IDetachedContext, IContext, ILifecycleContext, IContext<TOut>
The IDetachedContextTOut 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.
(Inherited from IContext.) | |
| IsHoldingBoth |
This returns true when HoldDownstream and HoldUpstream has been used
and it is reset to false after PushAndPull(Object).
(Inherited from IDetachedContext.) | |
| IsHoldingDownstream |
TBD
(Inherited from IDetachedContext.) | |
| IsHoldingUpstream |
TBD
(Inherited from IDetachedContext.) | |
| 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.
(Inherited from IContext.) | |
| Fail |
Cancel upstreams and complete downstreams with failure.
(Inherited from IContext.) | |
| Finish |
Cancel upstreams and complete downstreams successfully.
(Inherited from IContext.) | |
| HoldDownstream |
TBD
(Inherited from IDetachedContext.) | |
| HoldDownstreamAndPull |
TBD
(Inherited from IDetachedContext.) | |
| HoldUpstream |
TBD
(Inherited from IDetachedContext.) | |
| HoldUpstreamAndPush(Object) |
TBD
(Inherited from IDetachedContext.) | |
| HoldUpstreamAndPush(TOut) |
TBD
| |
| Pull |
Request for more elements from upstreams.
(Inherited from IContext.) | |
| Push(Object) |
Push one element to downstreams.
(Inherited from IContext.) | |
| Push(TOut) |
Push one element to downstreams.
(Inherited from IContextTOut.) | |
| PushAndFinish(Object) |
Push one element to downstream immediately followed by
cancel of upstreams and complete of downstreams.
(Inherited from IContext.) | |
| PushAndFinish(TOut) |
Push one element to downstream immediately followed by
cancel of upstreams and complete of downstreams.
(Inherited from IContextTOut.) | |
| PushAndPull(Object) |
TBD
(Inherited from IDetachedContext.) | |
| PushAndPull(TOut) |
TBD
|