Uses of Interface
com.flowable.serviceregistry.api.interceptor.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 java.util.List<ServiceInvokerInterceptor>ServiceRegistryEngineConfiguration. serviceInvokerInterceptorsMethods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceInvokerInterceptor Modifier and Type Method Description java.util.List<ServiceInvokerInterceptor>ServiceRegistryEngineConfiguration. getServiceInvokerInterceptors()Method parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceInvokerInterceptor Modifier and Type Method Description voidServiceRegistryEngineConfiguration. setServiceInvokerInterceptors(java.util.List<ServiceInvokerInterceptor> serviceInvokerInterceptors)