Interface PropertyResolver
-
- All Known Implementing Classes:
KubernetesPropertyResolver
public interface PropertyResolver- Since:
- 3.9.11
- Author:
- Kamiel Ahmadpour (kamiel.ahmadpour at graviteesource.com), GraviteeSource Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.reactivex.rxjava3.core.Maybe<Object>resolve(String location)booleansupports(String currentValue)Check if this property can be resolvedio.reactivex.rxjava3.core.Flowable<Object>watch(String location)Watch for any changes in the property and emmit the new values
-