ActorMaterializer Class |
Namespace: Akka.Streams
The ActorMaterializer type exposes the following members.
Name | Description | |
---|---|---|
ActorMaterializer | Initializes a new instance of the ActorMaterializer class |
Name | Description | |
---|---|---|
ExecutionContext |
TBD
| |
IsShutdown |
Indicates if the materializer has been shut down.
| |
Logger |
TBD
| |
Settings |
TBD
| |
Supervisor |
TBD
| |
System |
TBD
|
Name | Description | |
---|---|---|
ActorOf |
TBD
| |
Create | Creates a ActorMaterializer which will execute every step of a transformation pipeline within its own ActorBase. The required IActorRefFactory (which can be either an ActorSystem or an IActorContext) will be used to create one actor that in turn creates actors for the transformation steps. The materializer's ActorMaterializerSettings will be obtained from the configuration of the context's underlying ActorSystem. The namePrefix is used as the first part of the names of the actors running the processing steps. The default namePrefix is "flow". The actor names are built up of `namePrefix-flowNumber-flowStepNumber-stepName`. | |
DefaultConfig |
TBD
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
EffectiveSettings |
TBD
| |
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 |
TBD
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ScheduleOnce |
TBD
| |
ScheduleRepeatedly |
TBD
| |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WithNamePrefix |
TBD
|
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.) |