public class GroovyRefreshableBeanBuilder extends Object implements org.mule.runtime.core.api.lifecycle.Callable
| Constructor and Description |
|---|
GroovyRefreshableBeanBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName() |
Object |
getRefreshableBean() |
Object |
onCall(org.mule.runtime.core.api.MuleEventContext eventContext) |
void |
setMethodName(String methodName) |
void |
setRefreshableBean(Object refreshableBean) |
public Object onCall(org.mule.runtime.core.api.MuleEventContext eventContext) throws Exception
onCall in interface org.mule.runtime.core.api.lifecycle.CallableExceptionpublic Object getRefreshableBean()
public void setRefreshableBean(Object refreshableBean)
public String getMethodName()
public void setMethodName(String methodName)
Copyright © 2017 MuleSoft, Inc.. All rights reserved.