C# Class Akka.Cluster.ClusterReadView.EventBusListener

actor that subscribers to cluster eventBus to update current read view state
Inheritance: ReceiveActor
Afficher le fichier Open project: rogeralsing/akka.net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
EventBusListener ( Cluster cluster, ClusterReadView readView ) : System

Méthodes protégées

Méthode Description
PostStop ( ) : void
PreStart ( ) : void

Method Details

EventBusListener() public méthode

public EventBusListener ( Cluster cluster, ClusterReadView readView ) : System
cluster Cluster
readView ClusterReadView
Résultat System

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void