C# Class Akka.Interfaced.SlimServer.ActorBoundDummyChannel

Inheritance: ActorBoundChannelBase, IActorBoundChannelSync
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
ActorBoundDummyChannel ( ) : System
ActorBoundDummyChannel ( Tuple bindingActor ) : System

Protected Methods

Method Description
OnCloseRequest ( ) : void
OnNotificationMessage ( NotificationMessage message ) : void
OnResponseMessage ( ResponseMessage message ) : void

Private Methods

Method Description
IActorBoundChannelSync ( IActorRef actor, TaggedType types, ActorBindingFlags bindingFlags ) : IRequestTarget
IActorBoundChannelSync ( InterfacedActorRef actor, ActorBindingFlags bindingFlags ) : InterfacedActorRef

Method Details

ActorBoundDummyChannel() public method

public ActorBoundDummyChannel ( ) : System
return System

ActorBoundDummyChannel() public method

public ActorBoundDummyChannel ( Tuple bindingActor ) : System
bindingActor Tuple
return System

OnCloseRequest() protected method

protected OnCloseRequest ( ) : void
return void

OnNotificationMessage() protected method

protected OnNotificationMessage ( NotificationMessage message ) : void
message NotificationMessage
return void

OnResponseMessage() protected method

protected OnResponseMessage ( ResponseMessage message ) : void
message ResponseMessage
return void