Uses of Interface
com.flowable.serviceregistry.engine.ServiceInvoker
-
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine
Fields in com.flowable.serviceregistry.engine with type parameters of type ServiceInvoker Modifier and Type Field Description protected Map<String,ServiceInvoker>
ServiceRegistryEngineConfiguration. additionalServiceInvokers
protected Map<String,ServiceInvoker>
ServiceRegistryEngineConfiguration. serviceInvokers
Methods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceInvoker Modifier and Type Method Description Map<String,ServiceInvoker>
ServiceRegistryEngineConfiguration. getAdditionalServiceInvokers()
Map<String,ServiceInvoker>
ServiceRegistryEngineConfiguration. getServiceInvokers()
Method parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceInvoker Modifier and Type Method Description void
ServiceRegistryEngineConfiguration. setAdditionalServiceInvokers(Map<String,ServiceInvoker> additionalServiceInvokers)
void
ServiceRegistryEngineConfiguration. setServiceInvokers(Map<String,ServiceInvoker> serviceInvokers)
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd that return ServiceInvoker Modifier and Type Method Description protected ServiceInvoker
InvokeServiceCmd. getServiceInvoker(ServiceDefinitionModel serviceDefinitionModel, CommandContext commandContext)
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.db
Classes in com.flowable.serviceregistry.engine.impl.invoker.db that implement ServiceInvoker Modifier and Type Class Description class
DbServiceInvoker
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.expression
Classes in com.flowable.serviceregistry.engine.impl.invoker.expression that implement ServiceInvoker Modifier and Type Class Description class
ExpressionInvoker
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.rest
Classes in com.flowable.serviceregistry.engine.impl.invoker.rest that implement ServiceInvoker Modifier and Type Class Description class
RestServiceInvoker
-