Uses of Interface
com.flowable.serviceregistry.api.interceptor.ServiceInvokerInterceptor
-
Packages that use ServiceInvokerInterceptor Package Description com.flowable.serviceregistry.engine -
-
Uses of ServiceInvokerInterceptor in com.flowable.serviceregistry.engine
Fields in com.flowable.serviceregistry.engine with type parameters of type ServiceInvokerInterceptor Modifier and Type Field Description protected List<ServiceInvokerInterceptor>
ServiceInvocationContextImpl. invokerInterceptors
protected List<ServiceInvokerInterceptor>
ServiceRegistryEngineConfiguration. serviceInvokerInterceptors
Methods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceInvokerInterceptor Modifier and Type Method Description List<ServiceInvokerInterceptor>
ServiceInvocationContextImpl. getInvokerInterceptors()
List<ServiceInvokerInterceptor>
ServiceRegistryEngineConfiguration. getServiceInvokerInterceptors()
Method parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceInvokerInterceptor Modifier and Type Method Description void
ServiceInvocationContextImpl. setInvokerInterceptors(List<ServiceInvokerInterceptor> invokerInterceptors)
void
ServiceRegistryEngineConfiguration. setServiceInvokerInterceptors(List<ServiceInvokerInterceptor> serviceInvokerInterceptors)
Constructor parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceInvokerInterceptor Constructor Description ServiceInvocationContextImpl(Map<String,Object> serviceData, VariableContainer variableContainer, String tenantId, CommandContext commandContext, List<ServiceInvokerInterceptor> invokerInterceptors)
-