public class ValueResolvingContext extends Object
ValueResolver to produce
a result.| Modifier and Type | Method and Description |
|---|---|
void |
changeEvent(InternalEvent event) |
boolean |
equals(Object o) |
static ValueResolvingContext |
from(InternalEvent event) |
static ValueResolvingContext |
from(InternalEvent event,
Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> config) |
Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> |
getConfig() |
InternalEvent |
getEvent() |
int |
hashCode() |
public static ValueResolvingContext from(InternalEvent event)
public static ValueResolvingContext from(InternalEvent event, Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance> config)
public InternalEvent getEvent()
InternalEvent of the current resolution contextpublic void changeEvent(InternalEvent event)
event - the InternalEvent 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.