Interface Resolver

All Known Implementing Classes:
ConfigResolver, DefaultResolver, FilePropertyResolver, SystemResolver

public interface Resolver
Interface which can be used to resolve variables in the synapse config.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
  • Method Details

    • setVariable

      void setVariable(String input)
    • resolve

      String resolve()