Class ActorTransportAdapterManager
TBD
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public abstract class ActorTransportAdapterManager : UntypedActor, IInternalActor
Fields
| Improve this Doc 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 |
---|---|
Int64 |
Methods
| Improve this Doc View SourceNextId()
TBD
Declaration
protected long NextId()
Returns
Type | Description |
---|---|
Int64 | TBD |
OnReceive(Object)
TBD
Declaration
protected override void OnReceive(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
Overrides
| Improve this Doc 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 |