C# Class Akka.Interfaced.SlimServer.ActorBoundChannelObserver

Inheritance: Akka.Interfaced.InterfacedObserver, IActorBoundChannelObserver
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
ActorBoundChannelObserver ( ) : System
ActorBoundChannelObserver ( INotificationChannel channel, int observerId ) : System
ChannelClose ( Akka channel, object tag ) : void
ChannelOpen ( Akka channel, object tag ) : void
ChannelOpenTimeout ( object tag ) : void

Method Details

ActorBoundChannelObserver() public method

public ActorBoundChannelObserver ( ) : System
return System

ActorBoundChannelObserver() public method

public ActorBoundChannelObserver ( INotificationChannel channel, int observerId ) : System
channel INotificationChannel
observerId int
return System

ChannelClose() public method

public ChannelClose ( Akka channel, object tag ) : void
channel Akka
tag object
return void

ChannelOpen() public method

public ChannelOpen ( Akka channel, object tag ) : void
channel Akka
tag object
return void

ChannelOpenTimeout() public method

public ChannelOpenTimeout ( object tag ) : void
tag object
return void