public class GroovyRefreshableBeanBuilder extends Object implements Callable
| Constructor and Description |
|---|
GroovyRefreshableBeanBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName() |
Object |
getRefreshableBean() |
Object |
onCall(MuleEventContext eventContext) |
void |
setMethodName(String methodName) |
void |
setRefreshableBean(Object refreshableBean) |
public Object onCall(MuleEventContext eventContext) throws Exception
public Object getRefreshableBean()
public void setRefreshableBean(Object refreshableBean)
public String getMethodName()
public void setMethodName(String methodName)
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.