Uses of Interface
com.flowable.serviceregistry.api.interceptor.ServiceInvokerInterceptor
-
Uses of ServiceInvokerInterceptor in com.flowable.serviceregistry.engine
Modifier and TypeFieldDescriptionprotected List<ServiceInvokerInterceptor>
ServiceInvocationContextImpl.invokerInterceptors
protected List<ServiceInvokerInterceptor>
ServiceRegistryEngineConfiguration.serviceInvokerInterceptors
Modifier and TypeMethodDescriptionServiceInvocationContextImpl.getInvokerInterceptors()
ServiceRegistryEngineConfiguration.getServiceInvokerInterceptors()
Modifier and TypeMethodDescriptionvoid
ServiceInvocationContextImpl.setInvokerInterceptors
(List<ServiceInvokerInterceptor> invokerInterceptors) void
ServiceRegistryEngineConfiguration.setServiceInvokerInterceptors
(List<ServiceInvokerInterceptor> serviceInvokerInterceptors) ModifierConstructorDescriptionServiceInvocationContextImpl
(Map<String, Object> serviceData, VariableContainer variableContainer, String tenantId, CommandContext commandContext, List<ServiceInvokerInterceptor> invokerInterceptors)