Class DbServiceInvoker
java.lang.Object
com.flowable.serviceregistry.engine.impl.invoker.db.DbServiceInvoker
- All Implemented Interfaces:
ServiceInvoker
public class DbServiceInvoker extends java.lang.Object implements ServiceInvoker
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KEY
protected ServiceRegistryEngineConfiguration
serviceRegistryEngineConfiguration
-
Constructor Summary
Constructors Constructor Description DbServiceInvoker(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration)
-
Method Summary
Modifier and Type Method Description ServiceInvocationResponse
invoke(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContext context)
-
Field Details
-
KEY
public static final java.lang.String KEY- See Also:
- Constant Field Values
-
serviceRegistryEngineConfiguration
-
-
Constructor Details
-
Method Details
-
invoke
public ServiceInvocationResponse invoke(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContext context)- Specified by:
invoke
in interfaceServiceInvoker
-