Interface ReloadableRegistrationHandle<T>

All Superinterfaces:
RegistrationHandle

public interface ReloadableRegistrationHandle<T> extends RegistrationHandle
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.inject.Key<T>
     
    replace(com.google.inject.Key<T> key, com.google.inject.Provider<T> item)
     

    Methods inherited from interface com.google.gerrit.extensions.registration.RegistrationHandle

    remove
  • Method Details

    • getKey

      com.google.inject.Key<T> getKey()
    • replace

      RegistrationHandle replace(com.google.inject.Key<T> key, com.google.inject.Provider<T> item)