Package com.github.cafapi.common.api
Interface ElectionCallback
public interface ElectionCallback
The endpoint that an election process will call to upon election or rejection of this instance from a particular Election.
-
Method Summary
-
Method Details
-
elected
void elected()Indicates this instance has been elected. -
rejected
void rejected()Indicates this instance has been unelected.
-