Class ActorTransportAdapterManager
TBD
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public abstract class ActorTransportAdapterManager : UntypedActor, IInternalActor
Fields
| Edit this page View SourceAssociationListener
TBD
Declaration
protected IAssociationEventListener AssociationListener
Field Value
| Type | Description |
|---|---|
| IAssociationEventListener |
DelayedEvents
Lightweight Stash implementation
Declaration
protected Queue<object> DelayedEvents
Field Value
| Type | Description |
|---|---|
| Queue<object> |
LocalAddress
TBD
Declaration
protected Address LocalAddress
Field Value
| Type | Description |
|---|---|
| Address |
UniqueId
TBD
Declaration
protected long UniqueId
Field Value
| Type | Description |
|---|---|
| long |
Methods
| Edit this page View SourceNextId()
TBD
Declaration
protected long NextId()
Returns
| Type | Description |
|---|---|
| long | TBD |
OnReceive(object)
TBD
Declaration
protected override void OnReceive(object message)
Parameters
| Type | Name | Description |
|---|---|---|
| object | message | TBD |
Overrides
| Edit this page View SourceReady(object)
Method to be implemented for child classes - processes messages once the transport is ready to send / receive
Declaration
protected abstract void Ready(object message)
Parameters
| Type | Name | Description |
|---|---|---|
| object | message | TBD |
Edit this page