public interface ValueResolver<T>
MuleEvent| Modifier and Type | Method and Description |
|---|---|
boolean |
isDynamic()
returns
false if subsequent invocations to
resolve(MuleEvent) will return the same value. |
T |
resolve(MuleEvent event)
Resolves a value from the given
event |
T resolve(MuleEvent event) throws MuleException
eventevent - a MuleEventMuleException - if the resolution of the value failsboolean isDynamic()
false if subsequent invocations to
resolve(MuleEvent) 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–2023 MuleSoft, Inc.. All rights reserved.