Class WaitUntilReadyOptions


  • public class WaitUntilReadyOptions
    extends Object
    Allows to customize the diagnostics report.
    • Method Detail

      • serviceTypes

        public WaitUntilReadyOptions serviceTypes​(Set<ServiceType> serviceTypes)
        Allows to customize the set of services to wait for.

        If no set is provided, all possible services are waited for.

        Parameters:
        serviceTypes - the service types that should be waited for. If none are specified, wait for all.
        Returns:
        the WaitUntilReadyOptions to allow method chaining.
      • serviceTypes

        public WaitUntilReadyOptions serviceTypes​(ServiceType... serviceTypes)
        Allows to customize the set of services to wait for.

        If no service types are provided, all possible services are waited for.

        Parameters:
        serviceTypes - the service types that should be waited for. If none are specified, wait for all.
        Returns:
        the WaitUntilReadyOptions to allow method chaining.