Class TestAssociationHandle
Inheritance
TestAssociationHandle
Assembly: Akka.Remote.dll
Syntax
public sealed class TestAssociationHandle : AssociationHandle
Constructors
|
Improve this Doc
View Source
TestAssociationHandle(Address, Address, TestTransport, Boolean)
Declaration
public TestAssociationHandle(Address localAddress, Address remoteAddress, TestTransport transport, bool inbound)
Parameters
Fields
|
Improve this Doc
View Source
Inbound
Declaration
public readonly bool Inbound
Field Value
Properties
|
Improve this Doc
View Source
Key
Key used in AssociationRegistry to identify associations. Contains an ordered Tuple of addresses,
where the first address is always the initiator of the association.
Declaration
public (Address, Address) Key { get; }
Property Value
Methods
|
Improve this Doc
View Source
Disassociate()
Declaration
public override void Disassociate()
Overrides
|
Improve this Doc
View Source
Write(ByteString)
Declaration
public override bool Write(ByteString payload)
Parameters
Type |
Name |
Description |
Google.Protobuf.ByteString |
payload |
|
Returns
Overrides
Extension Methods