Interface ValueService

All Superinterfaces:
Public

public interface ValueService extends Public
Service providing a value based on parameterization.
Since:
5.0.100
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(SpecialistsBroker broker, Map<String,?> parameters)
    Get the value resolving from the given parameters.
  • Method Details

    • getValue

      Object getValue(SpecialistsBroker broker, Map<String,?> parameters)
      Get the value resolving from the given parameters.
      Parameters:
      broker - The context-information providing broker.
      parameters - A map of named parameters for determining a value.
      Returns:
      The resolved value.
      Since:
      5.0.100