C# Class Akka.Interfaced.SlimServer.ActorBoundChannelBase

Inheritance: InterfacedActor, IActorBoundChannelSync
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Protected Properties

Свойство Type Description
_tag object

Méthodes protégées

Méthode Description
BindActor ( IActorRef actor, IEnumerable boundTypes, ActorBindingFlags bindingFlags ) : int
BindType ( IActorRef actor, IEnumerable boundTypes ) : bool
Close ( ) : void
GetBoundActor ( int id ) : BoundActor
GetBoundActorId ( IActorRef actor ) : int
OnCloseRequest ( ) : void
OnNotificationMessage ( NotificationMessage message ) : void
OnReceive ( object message ) : void
OnResponseMessage ( ResponseMessage message ) : void
PostStop ( ) : void
UnbindActor ( IActorRef actor ) : BoundActor
UnbindType ( IActorRef actor, IEnumerable types ) : bool

Private Methods

Méthode Description
GetDerivedBoundTypes ( IEnumerable boundTypes ) : List
IActorBoundChannelSync ( IActorRef actor, TaggedType types, ActorBindingFlags bindingFlags ) : IRequestTarget
IActorBoundChannelSync ( InterfacedActorRef actor, ActorBindingFlags bindingFlags ) : InterfacedActorRef
IActorBoundChannelSync ( IActorRef actor ) : bool
IActorBoundChannelSync ( IActorRef actor, TaggedType types ) : bool
IActorBoundChannelSync ( IActorRef actor, Type types ) : bool
IActorBoundChannelSync ( ) : void
IActorBoundChannelSync ( object tag ) : void
OnChildTerminate ( Terminated m ) : void

Method Details

BindActor() protected méthode

protected BindActor ( IActorRef actor, IEnumerable boundTypes, ActorBindingFlags bindingFlags ) : int
actor IActorRef
boundTypes IEnumerable
bindingFlags ActorBindingFlags
Résultat int

BindType() protected méthode

protected BindType ( IActorRef actor, IEnumerable boundTypes ) : bool
actor IActorRef
boundTypes IEnumerable
Résultat bool

Close() protected méthode

protected Close ( ) : void
Résultat void

GetBoundActor() protected méthode

protected GetBoundActor ( int id ) : BoundActor
id int
Résultat BoundActor

GetBoundActorId() protected méthode

protected GetBoundActorId ( IActorRef actor ) : int
actor IActorRef
Résultat int

OnCloseRequest() protected abstract méthode

protected abstract OnCloseRequest ( ) : void
Résultat void

OnNotificationMessage() protected abstract méthode

protected abstract OnNotificationMessage ( NotificationMessage message ) : void
message NotificationMessage
Résultat void

OnReceive() protected méthode

protected OnReceive ( object message ) : void
message object
Résultat void

OnResponseMessage() protected abstract méthode

protected abstract OnResponseMessage ( ResponseMessage message ) : void
message ResponseMessage
Résultat void

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

UnbindActor() protected méthode

protected UnbindActor ( IActorRef actor ) : BoundActor
actor IActorRef
Résultat BoundActor

UnbindType() protected méthode

protected UnbindType ( IActorRef actor, IEnumerable types ) : bool
actor IActorRef
types IEnumerable
Résultat bool

Property Details

_tag protected_oe property

protected object _tag
Résultat object