Interface VirtualTargets


public interface VirtualTargets
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final VirtualTargets
    Default VirtualTargets instance that resolves the logical name "default" to "localhost:9090" and returns all other targets as-is.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

    • DEFAULT

      static final VirtualTargets DEFAULT
      Default VirtualTargets instance that resolves the logical name "default" to "localhost:9090" and returns all other targets as-is.
  • Method Details