Interface Component

    • Method Detail

      • getSPI

        @Nullable
        <S> S getSPI​(@NotNull
                     Class<S> spiType)
        Gets the specified SPI.

        This method works as a kind of directory service for SPIs, allowing various components to define private contract and talk to each other.

        Returns:
        null if such an SPI is not provided by this object.