Interface ServiceRegistry

    • Method Detail

      • lookup

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