Interface DimensionResolver

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DimensionResolver
Resolver of dimensions specific to a deployment environment.
  • Method Summary

    Modifier and Type
    Method
    Description
    Resolve the dimensions.
  • Method Details

    • resolve

      Set<Dimension> resolve()
      Resolve the dimensions.
      Returns:
      The set of resolved dimensions. The set may be empty but never null.