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 Detail

      • supports

        boolean supports​(String currentValue)
        Check if this property can be resolved
        Parameters:
        currentValue -
        Returns:
      • resolve

        io.reactivex.rxjava3.core.Maybe<Object> resolve​(String location)
        Parameters:
        location -
        Returns:
        The values of the given property if exist
      • watch

        io.reactivex.rxjava3.core.Flowable<Object> watch​(String location)
        Watch for any changes in the property and emmit the new values
        Parameters:
        location -
        Returns:
        last value