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

    Modifier and Type
    Method
    Description
    void
    Indicates this instance has been elected.
    void
    Indicates this instance has been unelected.
  • Method Details

    • elected

      void elected()
      Indicates this instance has been elected.
    • rejected

      void rejected()
      Indicates this instance has been unelected.