Interface GridManager

    • Method Detail

      • enabled

        boolean enabled()
        Returns:
        true if at least one SPI does not have a NO-OP implementation, false otherwise.
      • onBeforeSpiStart

        void onBeforeSpiStart()
        This method executed before manager will start SPI.
      • onAfterSpiStart

        void onAfterSpiStart()
        This method executed after manager started SPI.