Package | Description |
---|---|
com.flowable.serviceregistry.engine |
Modifier and Type | Field and Description |
---|---|
protected List<ServiceInvokerInterceptor> |
ServiceInvocationContextImpl.invokerInterceptors |
protected List<ServiceInvokerInterceptor> |
ServiceRegistryEngineConfiguration.serviceInvokerInterceptors |
Modifier and Type | Method and Description |
---|---|
List<ServiceInvokerInterceptor> |
ServiceInvocationContextImpl.getInvokerInterceptors() |
List<ServiceInvokerInterceptor> |
ServiceRegistryEngineConfiguration.getServiceInvokerInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceInvocationContextImpl.setInvokerInterceptors(List<ServiceInvokerInterceptor> invokerInterceptors) |
void |
ServiceRegistryEngineConfiguration.setServiceInvokerInterceptors(List<ServiceInvokerInterceptor> serviceInvokerInterceptors) |
Constructor and Description |
---|
ServiceInvocationContextImpl(Map<String,Object> serviceData,
VariableContainer variableContainer,
String tenantId,
List<ServiceInvokerInterceptor> invokerInterceptors) |