Interface Ordered

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default int order()
      Returns the order of applying the SPI implementing this interface.
    • Method Detail

      • order

        default int order()
        Returns the order of applying the SPI implementing this interface. Higher values are applied later, for example: an SPI with order=1 will run after an SPI with order=0. SPI implementations with equal values will be run in a non-deterministic order.
        Returns:
        the order value