Metaspace.Space.invokeLeeches()
Signature
Object invokeLeeches(String spaceName, 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 |
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 |
Returns
Type | Description |
InvokeResultList | Result of the invocation |