Metaspace.Space.invokeMember()
Signature
void invokeMember (String spaceName, Object member, String codeName, Object contextTuple, Object... varargs)
Parameters
Name | Type | Description |
spaceName | String | The space name specified must be prefixed with the Metaspace name. Example ms.S1 |
member | Object | com.tibco.as.space.Member to execute the invoke method on. |
codeName | String | Java className or BE RuleFunction name. Default is BE RuleFunction Name |
contextTuple | Object | Specify context Tuple if available, otherwise null is ok |
varargs | Object[] | Optional varargs of type InvokeOptions |