Class FailureInjectorTransportAdapter
TBD
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public class FailureInjectorTransportAdapter : AbstractTransportAdapter, IAssociationEventListener
Constructors
| Edit this page View SourceFailureInjectorTransportAdapter(Transport, ExtendedActorSystem)
TBD
Declaration
public FailureInjectorTransportAdapter(Transport wrappedTransport, ExtendedActorSystem extendedActorSystem)
Parameters
Type | Name | Description |
---|---|---|
Transport | wrappedTransport | TBD |
ExtendedActorSystem | extendedActorSystem | TBD |
Fields
| Edit this page View SourceExtendedActorSystem
TBD
Declaration
public readonly ExtendedActorSystem ExtendedActorSystem
Field Value
Type | Description |
---|---|
ExtendedActorSystem |
FailureInjectorSchemeIdentifier
TBD
Declaration
public const string FailureInjectorSchemeIdentifier = "gremlin"
Field Value
Type | Description |
---|---|
string |
MaximumOverhead
TBD
Declaration
protected int MaximumOverhead
Field Value
Type | Description |
---|---|
int |
Properties
| Edit this page View SourceSchemeAugmenter
TBD
Declaration
protected override SchemeAugmenter SchemeAugmenter { get; }
Property Value
Type | Description |
---|---|
SchemeAugmenter |
Overrides
Methods
| Edit this page View SourceInterceptAssociate(Address, TaskCompletionSource<AssociationHandle>)
TBD
Declaration
protected override void InterceptAssociate(Address remoteAddress, TaskCompletionSource<AssociationHandle> statusPromise)
Parameters
Type | Name | Description |
---|---|---|
Address | remoteAddress | TBD |
TaskCompletionSource<AssociationHandle> | statusPromise | TBD |
Overrides
Exceptions
Type | Condition |
---|---|
FailureInjectorException | TBD |
InterceptListen(Address, Task<IAssociationEventListener>)
TBD
Declaration
protected override Task<IAssociationEventListener> InterceptListen(Address listenAddress, Task<IAssociationEventListener> listenerTask)
Parameters
Type | Name | Description |
---|---|---|
Address | listenAddress | TBD |
Task<IAssociationEventListener> | listenerTask | TBD |
Returns
Type | Description |
---|---|
Task<IAssociationEventListener> | TBD |
Overrides
| Edit this page View SourceManagementCommand(object)
TBD
Declaration
public override Task<bool> ManagementCommand(object message)
Parameters
Type | Name | Description |
---|---|---|
object | message | TBD |
Returns
Type | Description |
---|---|
Task<bool> | TBD |
Overrides
| Edit this page View SourceNotify(IAssociationEvent)
TBD
Declaration
public void Notify(IAssociationEvent ev)
Parameters
Type | Name | Description |
---|---|---|
IAssociationEvent | ev | TBD |
ShouldDropInbound(Address, object, string)
TBD
Declaration
public bool ShouldDropInbound(Address remoteAddress, object instance, string debugMessage)
Parameters
Type | Name | Description |
---|---|---|
Address | remoteAddress | TBD |
object | instance | TBD |
string | debugMessage | TBD |
Returns
Type | Description |
---|---|
bool | TBD |
ShouldDropOutbound(Address, object, string)
TBD
Declaration
public bool ShouldDropOutbound(Address remoteAddress, object instance, string debugMessage)
Parameters
Type | Name | Description |
---|---|---|
Address | remoteAddress | TBD |
object | instance | TBD |
string | debugMessage | TBD |
Returns
Type | Description |
---|---|
bool | TBD |