ActorProducerPipeline Class |
[Missing <summary> documentation for "T:Akka.Actor.ActorProducerPipeline"]
Namespace: Akka.Actor
The ActorProducerPipeline type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActorProducerPipeline | Initializes a new instance of the ActorProducerPipeline class |
Name | Description | |
---|---|---|
![]() | AfterActorIncarnated |
Resolves and applies all plugins valid to specified underlying actor
registered in current producer pipeline to newly created actor.
|
![]() | BeforeActorIncarnated |
Resolves and applies all plugins valid to specified underlying actor
registered in current producer pipeline before old actor would be recycled.
|
![]() | Equals | (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.) |
![]() | GetEnumerator | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AsInstanceOfT | (Defined by Extensions.) |
![]() | ConcatIActorProducerPlugin | (Defined by Extensions.) |
![]() | DropIActorProducerPlugin |
Scala alias for Skip
(Defined by Extensions.) |
![]() | HeadIActorProducerPlugin |
Scala alias for FirstOrDefault
(Defined by Extensions.) |
![]() | Match |
Matches the specified target.
(Defined by PatternMatch.) |