public class ServiceRegistryRuntimeServiceImpl extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ServiceRegistryEngineConfiguration> implements ServiceRegistryRuntimeService
| Constructor and Description |
|---|
ServiceRegistryRuntimeServiceImpl(ServiceRegistryEngineConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvocationBuilder |
createServiceInvocationBuilder()
Invokes the service referenced by the service definition matching the passed parameters.
|
com.fasterxml.jackson.databind.node.ObjectNode |
invokeService(String serviceKey,
String operationKey,
ServiceInvocationContext context) |
getCommandExecutor, setCommandExecutorpublic ServiceRegistryRuntimeServiceImpl(ServiceRegistryEngineConfiguration configuration)
public ServiceInvocationBuilder createServiceInvocationBuilder()
ServiceRegistryRuntimeServicecreateServiceInvocationBuilder in interface ServiceRegistryRuntimeServicepublic com.fasterxml.jackson.databind.node.ObjectNode invokeService(String serviceKey, String operationKey, ServiceInvocationContext context)
Copyright © 2019. All rights reserved.