public interface ValueResolver<T>
CoreEvent| Modifier and Type | Method and Description |
|---|---|
boolean |
isDynamic()
Returns
false if subsequent invocations to resolve(ValueResolvingContext) will return the same value. |
T |
resolve(ValueResolvingContext context)
Resolves a value from the given
event |
T resolve(ValueResolvingContext context) throws org.mule.runtime.api.exception.MuleException
eventcontext - the context for the current resolution attemptorg.mule.runtime.api.exception.MuleException - if the resolution of the value failsboolean isDynamic()
false if subsequent invocations to resolve(ValueResolvingContext) will return the same value. Notice
that if it returns true, then it might return different values per invocation but that's not guaranteed.Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.