Class BlackHoleActor
A BlackHoleActor is an actor that silently accepts any messages sent to it.
Implements
Inherited Members
Namespace: Akka.TestKit.TestActors
Assembly: Akka.TestKit.dll
Syntax
public class BlackHoleActor : ActorBase, IInternalActor
Properties
| Improve this Doc View SourceProps
Returns a Props object that can be used to create a BlackHoleActor
Declaration
public static Props Props { get; }
Property Value
Type | Description |
---|---|
Props |
Methods
| Improve this Doc View SourceReceive(Object)
TBD
Declaration
protected override bool Receive(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |