Interface ClusterMembershipListener


  • public interface ClusterMembershipListener
    Listener interface for notification of changes in the membership of a cluster. This interface is the mechanism by which a driver notifies Apama when cluster membership has changed in support of the initialMinClusterSize property.
    See Also:
    AbstractStore.fireClusterMembersChanged(int, String)
    • Method Detail

      • onClusterMembersChanged

        void onClusterMembersChanged()
        Callback function called by the driver when the cluster membership changes.