Metaspace.InvocationService.createInvocationServiceDefinition()

Signature

void createInvocationServiceDefinition(String serviceName, String metaspace, String ruleFunctionName, String requestEventType, boolean executeRules)

Domain

ACTION

Description

create and publish a Invocation Service that Clients can use to call

Parameters

NameTypeDescription
serviceNameStringThe name of service
metaspaceStringMetaspace name
ruleFunctionNameStringThe rulefunction that is bound with the service. The rulefunction gets invoked.
requestEventTypeStringThe input event type that the rulefunction takes as a parameter
executeRulesbooleanExecute rules after invoking the rulefunction

Returns

TypeDescription
void

Cautions

none