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