Click or drag to resize
Akka.NETIActorProducerPlugin Interface
Plugin interface used to define

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IActorProducerPlugin

The IActorProducerPlugin type exposes the following members.

Methods
  NameDescription
Public methodAfterIncarnated
Plugin behavior applied to underlying actor instance when the new one is being created.
Public methodBeforeIncarnated
Plugin behavior applied to underlying actor instance before the actor is being recycled.
Public methodCanBeAppliedTo
Determines if current plugin can be applied to provided actor based on it's type.
Top
See Also