C# Class Akka.Cluster.ClusterReadView.EventBusListener

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

Private Properties

Property Type Description

Public Methods

Method Description
EventBusListener ( Cluster cluster, ClusterReadView readView ) : System

Protected Methods

Method Description
PostStop ( ) : void
PreStart ( ) : void

Method Details

EventBusListener() public method

public EventBusListener ( Cluster cluster, ClusterReadView readView ) : System
cluster Cluster
readView ClusterReadView
return System

PostStop() protected method

protected PostStop ( ) : void
return void

PreStart() protected method

protected PreStart ( ) : void
return void