| ActorProducerPipeline Methods |
The ActorProducerPipeline type exposes the following members.
| 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 | 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.) | |
| GetEnumerator |
TBD
| |
| GetHashCode | Serves as the default hash function. (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 |
TBD
(Defined by Extensions.) | |
| ConcatIActorProducerPlugin |
TBD
(Defined by Extensions.) | |
| DropIActorProducerPlugin |
Scala alias for Skip
(Defined by Extensions.) | |
| ForEachIActorProducerPlugin |
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.) | |
| GroupedIActorProducerPlugin |
Partitions elements in fixed size
Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.) | |
| HeadIActorProducerPlugin |
Scala alias for FirstOrDefault
(Defined by Extensions.) | |
| IteratorIActorProducerPlugin |
TBD
(Defined by EnumeratorExtensions.) | |
| 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.) | |
| ShouldBeIActorProducerPlugin |
TBD
(Defined by AkkaSpecExtensions.) | |
| ShouldOnlyContainInOrderIActorProducerPlugin |
TBD
(Defined by AkkaSpecExtensions.) | |
| TakeRightIActorProducerPlugin |
Selects last n elements.
(Defined by Extensions.) |