ExtendedActorMaterializer Class |
Namespace: Akka.Streams.Implementation
The ExtendedActorMaterializer type exposes the following members.
Name | Description | |
---|---|---|
ExtendedActorMaterializer | Initializes a new instance of the ExtendedActorMaterializer class |
Name | Description | |
---|---|---|
ExecutionContext |
TBD
(Inherited from ActorMaterializer.) | |
IsShutdown |
Indicates if the materializer has been shut down.
(Inherited from ActorMaterializer.) | |
Logger |
TBD
(Inherited from ActorMaterializer.) | |
Settings |
TBD
(Inherited from ActorMaterializer.) | |
Supervisor |
TBD
(Inherited from ActorMaterializer.) | |
System |
TBD
(Inherited from ActorMaterializer.) |
Name | Description | |
---|---|---|
ActorOf(MaterializationContext, Props) |
TBD
(Overrides ActorMaterializerActorOf(MaterializationContext, Props).) | |
ActorOf(Props, String, String) |
TBD
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ActorMaterializer.) | |
EffectiveSettings |
TBD
(Inherited from ActorMaterializer.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MaterializeTMat(IGraphClosedShape, TMat) |
TBD
(Inherited from ActorMaterializer.) | |
MaterializeTMat(IGraphClosedShape, TMat, FuncGraphInterpreterShell, IActorRef) |
TBD
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ScheduleOnce |
TBD
(Inherited from ActorMaterializer.) | |
ScheduleRepeatedly |
TBD
(Inherited from ActorMaterializer.) | |
Shutdown |
Shuts down this materializer and all the stages that have been materialized through this materializer. After
having shut down, this materializer cannot be used again. Any attempt to materialize stages after having
shut down will result in an IllegalStateException being thrown at materialization time.
(Inherited from ActorMaterializer.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WithNamePrefix |
TBD
(Inherited from ActorMaterializer.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |