Interface ServiceRegistrationFacade<ServiceType>

    • Method Detail

      • using

        <KeyType,​ObjectType> ServiceRegistrationFacade.OngoingRegistration<ServiceType,​KeyType,​ObjectType> using​(Service.RegistrationType<ObjectType,​KeyType> registrationType)
        Starts a conditional registration.
        Parameters:
        registrationType - The RegistrationType which should be used to register the service with the service management.
        Returns:
        A facade to continue the registration.