Interface ValueService
- All Superinterfaces:
Public
Service providing a value based on parameterization.
- Since:
- 5.0.100
-
Method Summary
Modifier and TypeMethodDescriptiongetValue
(SpecialistsBroker broker, Map<String, ?> parameters) Get the value resolving from the given parameters.
-
Method Details
-
getValue
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
-