public class ValueResolvingContext extends Object
ValueResolver to produce
a result.| Modifier and Type | Method and Description |
|---|---|
void |
changeEvent(CoreEvent event) |
boolean |
equals(Object o) |
static ValueResolvingContext |
from(CoreEvent event) |
static ValueResolvingContext |
from(CoreEvent event,
Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> config) |
Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> |
getConfig() |
CoreEvent |
getEvent() |
int |
hashCode() |
public static ValueResolvingContext from(CoreEvent event)
public static ValueResolvingContext from(CoreEvent event, Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> config)
public void changeEvent(CoreEvent event)
event - the CoreEvent of the current resolution context. Not null.public Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> getConfig()
ConfigurationInstance of the current resolution context
if one is bound to the element to be resolved, or Optional.empty() if none is found.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.