Class SubFusingActorMaterializerImpl
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public class SubFusingActorMaterializerImpl : IMaterializer
Constructors
| Edit this page View SourceSubFusingActorMaterializerImpl(ExtendedActorMaterializer, Func<GraphInterpreterShell, IActorRef>)
TBD
Declaration
public SubFusingActorMaterializerImpl(ExtendedActorMaterializer delegateMaterializer, Func<GraphInterpreterShell, IActorRef> registerShell)
Parameters
| Type | Name | Description |
|---|---|---|
| ExtendedActorMaterializer | delegateMaterializer | TBD |
| Func<GraphInterpreterShell, IActorRef> | registerShell | TBD |
Properties
| Edit this page View SourceExecutionContext
TBD
Declaration
public MessageDispatcher ExecutionContext { get; }
Property Value
| Type | Description |
|---|---|
| MessageDispatcher |
Methods
| Edit this page View SourceMaterialize<TMat>(IGraph<ClosedShape, TMat>)
TBD
Declaration
public TMat Materialize<TMat>(IGraph<ClosedShape, TMat> runnable)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraph<ClosedShape, TMat> | runnable | TBD |
Returns
| Type | Description |
|---|---|
| TMat | TBD |
Type Parameters
| Name | Description |
|---|---|
| TMat | TBD |
Materialize<TMat>(IGraph<ClosedShape, TMat>, Attributes)
TBD
Declaration
public TMat Materialize<TMat>(IGraph<ClosedShape, TMat> runnable, Attributes initialAttributes)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraph<ClosedShape, TMat> | runnable | TBD |
| Attributes | initialAttributes | TBD |
Returns
| Type | Description |
|---|---|
| TMat | TBD |
Type Parameters
| Name | Description |
|---|---|
| TMat | TBD |
ScheduleOnce(TimeSpan, Action)
TBD
Declaration
public ICancelable ScheduleOnce(TimeSpan delay, Action action)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeSpan | delay | TBD |
| Action | action | TBD |
Returns
| Type | Description |
|---|---|
| ICancelable | TBD |
ScheduleRepeatedly(TimeSpan, TimeSpan, Action)
TBD
Declaration
public ICancelable ScheduleRepeatedly(TimeSpan initialDelay, TimeSpan interval, Action action)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeSpan | initialDelay | TBD |
| TimeSpan | interval | TBD |
| Action | action | TBD |
Returns
| Type | Description |
|---|---|
| ICancelable | TBD |
WithNamePrefix(string)
TBD
Declaration
public IMaterializer WithNamePrefix(string namePrefix)
Parameters
| Type | Name | Description |
|---|---|---|
| string | namePrefix | TBD |
Returns
| Type | Description |
|---|---|
| IMaterializer | TBD |
Edit this page