Click or drag to resize
Props Methods

The Props type exposes the following members.

Methods
  NameDescription
Protected methodCopy
Copies this instance.
Public methodStatic memberCreate(Type, Object)
Creates the specified type.
Public methodStatic memberCreateTActor(Object)
Creates this instance.
Public methodStatic memberCreateTActor(SupervisorStrategy)
Creates this instance.
Public methodStatic memberCreateTActor(ExpressionFuncTActor, SupervisorStrategy)
Creates the specified factory.
Public methodStatic memberCreateByTProducer
Creates an actor by an actor producer
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Props)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewActor
Create a new actor instance. This method is only useful when called during actor creation by the ActorSystem.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithDeploy
Returns a new Props with the specified deployment configuration.
Public methodWithDispatcher
Returns a new Props with the specified dispatcher set.
Public methodWithMailbox
Returns a new Props with the specified mailbox set.
Public methodWithRouter
Returns a new Props with the specified router config set.
Public methodWithSupervisorStrategy
Returns a new Props with the specified supervisor strategy set.
Top
Extension Methods
See Also