Uses of Interface
com.flowable.serviceregistry.api.interceptor.ServiceInvokerInterceptor
Packages that use ServiceInvokerInterceptor
-
Uses of ServiceInvokerInterceptor in com.flowable.serviceregistry.engine
Fields in com.flowable.serviceregistry.engine with type parameters of type ServiceInvokerInterceptorModifier and TypeFieldDescriptionprotected List<ServiceInvokerInterceptor>ServiceInvocationContextImpl.invokerInterceptorsprotected List<ServiceInvokerInterceptor>ServiceRegistryEngineConfiguration.serviceInvokerInterceptorsMethods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceInvokerInterceptorModifier and TypeMethodDescriptionServiceInvocationContextImpl.getInvokerInterceptors()ServiceRegistryEngineConfiguration.getServiceInvokerInterceptors()Method parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceInvokerInterceptorModifier and TypeMethodDescriptionvoidServiceInvocationContextImpl.setInvokerInterceptors(List<ServiceInvokerInterceptor> invokerInterceptors) voidServiceRegistryEngineConfiguration.setServiceInvokerInterceptors(List<ServiceInvokerInterceptor> serviceInvokerInterceptors) Constructor parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceInvokerInterceptorModifierConstructorDescriptionServiceInvocationContextImpl(Map<String, Object> serviceData, VariableContainer variableContainer, String tenantId, CommandContext commandContext, List<ServiceInvokerInterceptor> invokerInterceptors, ServiceDefinition serviceDefinition)