Interface AlignmentService.RequestCustomizer

    • Method Detail

      • order

        default int order()
        Integer.MIN_VALUE is the max order. This means that if we have two services, and we want the first one to be invoked before the second, we would give the first one a value for order that is smaller than that of the second one (for example 0 and 10, respectively).
        Returns:
        the order