 | ActorMaterializerImpl Class |
TBD
Inheritance Hierarchy
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic sealed class ActorMaterializerImpl : ExtendedActorMaterializer
[<SealedAttribute>]
type ActorMaterializerImpl =
class
inherit ExtendedActorMaterializer
end
The ActorMaterializerImpl type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | ActorOf(MaterializationContext, Props) |
TBD
(Inherited from ExtendedActorMaterializer.) |
 | ActorOf(Props, String, String) |
TBD
(Inherited from ExtendedActorMaterializer.) |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ActorMaterializer.) |
 | EffectiveSettings |
TBD
(Overrides ActorMaterializer.EffectiveSettings(Attributes).) |
 | 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.) |
 | Materialize<TMat>(IGraph<ClosedShape, TMat>) |
TBD
(Inherited from ActorMaterializer.) |
 | Materialize<TMat>(IGraph<ClosedShape, TMat>) |
TBD
(Overrides ActorMaterializer.Materialize<TMat>(IGraph<ClosedShape, TMat>).) |
 | Materialize<TMat>(IGraph<ClosedShape, TMat>, Func<GraphInterpreterShell, IActorRef>) |
TBD
(Overrides ExtendedActorMaterializer.Materialize<TMat>(IGraph<ClosedShape, TMat>, Func<GraphInterpreterShell, IActorRef>).) |
 | Materialize<TMat>(IGraph<ClosedShape, TMat>, Func<GraphInterpreterShell, IActorRef>) |
TBD
(Inherited from ExtendedActorMaterializer.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ScheduleOnce |
TBD
(Overrides ActorMaterializer.ScheduleOnce(TimeSpan, Action).) |
 | ScheduleRepeatedly |
TBD
(Overrides ActorMaterializer.ScheduleRepeatedly(TimeSpan, TimeSpan, Action).) |
 | Shutdown |
TBD
(Overrides ActorMaterializer.Shutdown().) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | WithNamePrefix |
TBD
(Overrides ActorMaterializer.WithNamePrefix(String).) |
Top
Extension Methods
See Also