Class ActorAttributes.Dispatcher
Inheritance
ActorAttributes.Dispatcher
Assembly: Akka.Streams.dll
Syntax
public sealed class ActorAttributes.Dispatcher : Attributes.IMandatoryAttribute, Attributes.IAttribute, IEquatable<ActorAttributes.Dispatcher>
Constructors
|
Edit this page
View Source
Dispatcher(string)
Declaration
public Dispatcher(string name)
Parameters
Type |
Name |
Description |
string |
name |
TBD
|
Fields
|
Edit this page
View Source
Name
Declaration
public readonly string Name
Field Value
Methods
|
Edit this page
View Source
Equals(Dispatcher)
Declaration
public bool Equals(ActorAttributes.Dispatcher other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods