Class TimeslotComplete


  • public class TimeslotComplete
    extends Object
    Message type that is guaranteed to be sent to brokers as the last outgoing message in a timeslot. It carries the timeslot index, so brokers can use it to check whether they are in sync. Note that this is not a "standard" domain type, since it does not have an ID and is not logged in the state log. It is just a message.
    Author:
    John Collins
    • Constructor Detail

      • TimeslotComplete

        public TimeslotComplete​(int timeslotIndex)
    • Method Detail

      • getTimeslotIndex

        public int getTimeslotIndex()