Class ReloadingServiceRegistry

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
    • Constructor Detail

    • Method Detail

      • lookup

        @Nullable
        public Service lookup​(@Nonnull
                              String serviceURL)
        Description copied from interface: ServiceRegistry
        Looks up a service entry from a service URL.
        Specified by:
        lookup in interface ServiceRegistry
        Parameters:
        serviceURL - Non-null CAS service URL.
        Returns:
        Service found in registry or null if no match found.