Interface IDetachedContext<TOut>
TBD
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
public interface IDetachedContext<in TOut> : IDetachedContext, IContext<TOut>, IContext, ILifecycleContext
Type Parameters
| Name | Description |
|---|---|
| TOut | TBD |
Methods
| Edit this page View SourceHoldUpstreamAndPush(TOut)
TBD
Declaration
IUpstreamDirective HoldUpstreamAndPush(TOut element)
Parameters
| Type | Name | Description |
|---|---|---|
| TOut | element | TBD |
Returns
| Type | Description |
|---|---|
| IUpstreamDirective | TBD |
PushAndPull(TOut)
TBD
Declaration
FreeDirective PushAndPull(TOut element)
Parameters
| Type | Name | Description |
|---|---|---|
| TOut | element | TBD |
Returns
| Type | Description |
|---|---|
| FreeDirective | TBD |
Edit this page