Class ServerConfigFeatureResolver

    • Method Detail

      • isAvailable

        public boolean isAvailable​(IAvailabilityContext context)
        Description copied from interface: IAvailabiltyResolver
        Checks if the web endpoint is available with the given context.
        Specified by:
        isAvailable in interface IAvailabiltyResolver
        Parameters:
        context - for determining if the web endpoint is available.
        Returns:
        true if the web endpoint is available and false otherwise.