Interface BootstrapDataCollector

  • All Known Implementing Classes:
    DefaultBrokerService

    public interface BootstrapDataCollector
    Object that collects bootstrap data for initializing brokers.
    Author:
    John Collins
    • Method Detail

      • collectBootstrapData

        List<Object> collectBootstrapData​(int maxTimeslots)
        Returns a list of bootstrap messages that can be bundled up and sent to brokers at the beginning of a game. The argument is the maximum number of timeslots to be included. This allows data from the beginning of the bootstrap period to be excluded