Interface ReloadableRegistrationHandle<T>
-
- All Superinterfaces:
RegistrationHandle
public interface ReloadableRegistrationHandle<T> extends RegistrationHandle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.inject.Key<T>
getKey()
RegistrationHandle
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 Detail
-
getKey
com.google.inject.Key<T> getKey()
-
replace
RegistrationHandle replace(com.google.inject.Key<T> key, com.google.inject.Provider<T> item)
-
-