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
| Improve this Doc 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 |