 | ActorMaterializerImpl Class |
TBD
Inheritance Hierarchy
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
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 ActorMaterializerEffectiveSettings(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.) |
 | MaterializeTMat(IGraphClosedShape, TMat) |
TBD
(Inherited from ActorMaterializer.) |
 | MaterializeTMat(IGraphClosedShape, TMat) |
TBD
(Overrides ActorMaterializerMaterializeTMat(IGraphClosedShape, TMat).) |
 | MaterializeTMat(IGraphClosedShape, TMat, FuncGraphInterpreterShell, IActorRef) |
TBD
(Overrides ExtendedActorMaterializerMaterializeTMat(IGraphClosedShape, TMat, FuncGraphInterpreterShell, IActorRef).) |
 | MaterializeTMat(IGraphClosedShape, TMat, FuncGraphInterpreterShell, IActorRef) |
TBD
(Inherited from ExtendedActorMaterializer.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ScheduleOnce |
TBD
(Overrides ActorMaterializerScheduleOnce(TimeSpan, Action).) |
 | ScheduleRepeatedly |
TBD
(Overrides ActorMaterializerScheduleRepeatedly(TimeSpan, TimeSpan, Action).) |
 | Shutdown |
TBD
(Overrides ActorMaterializerShutdown.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | WithNamePrefix |
TBD
(Overrides ActorMaterializerWithNamePrefix(String).) |
Top
Extension Methods
See Also