Class TestAssociationHandle
TBD
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class TestAssociationHandle : AssociationHandle
Constructors
| Improve this Doc View SourceTestAssociationHandle(Address, Address, TestTransport, Boolean)
TBD
Declaration
public TestAssociationHandle(Address localAddress, Address remoteAddress, TestTransport transport, bool inbound)
Parameters
Type | Name | Description |
---|---|---|
Address | localAddress | TBD |
Address | remoteAddress | TBD |
TestTransport | transport | TBD |
Boolean | inbound | TBD |
Fields
| Improve this Doc View SourceInbound
TBD
Declaration
public readonly bool Inbound
Field Value
Type | Description |
---|---|
Boolean |
Properties
| Improve this Doc View SourceKey
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
Type | Description |
---|---|
System.ValueTuple<Address, Address> |
Methods
| Improve this Doc View SourceDisassociate()
TBD
Declaration
public override void Disassociate()
Overrides
| Improve this Doc View SourceWrite(ByteString)
TBD
Declaration
public override bool Write(ByteString payload)
Parameters
Type | Name | Description |
---|---|---|
Google.Protobuf.ByteString | payload | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |