Interface IClusterChangeListener
- Namespace
- Yarp.ReverseProxy.Model
- Assembly
- Yarp.ReverseProxy.dll
Listener for changes in the clusters.
public interface IClusterChangeListener
Methods
OnClusterAdded(ClusterState)
Gets called after a new ClusterState has been added.
void OnClusterAdded(ClusterState cluster)
Parameters
clusterClusterStateAdded ClusterState instance.
OnClusterChanged(ClusterState)
Gets called after an existing ClusterState has been changed.
void OnClusterChanged(ClusterState cluster)
Parameters
clusterClusterStateChanged ClusterState instance.
OnClusterRemoved(ClusterState)
Gets called after an existing ClusterState has been removed.
void OnClusterRemoved(ClusterState cluster)
Parameters
clusterClusterStateRemoved ClusterState instance.