Class ServiceInvocationLimiterServiceInvokerInterceptor
java.lang.Object
com.flowable.platform.engine.impl.sandbox.service.ServiceInvocationLimiterServiceInvokerInterceptor
- All Implemented Interfaces:
ServiceInvokerInterceptor
public class ServiceInvocationLimiterServiceInvokerInterceptor
extends Object
implements ServiceInvokerInterceptor
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterServiceInvocation
(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context, ServiceInvocationResult result) void
beforeServiceInvocation
(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context)
-
Constructor Details
-
ServiceInvocationLimiterServiceInvokerInterceptor
public ServiceInvocationLimiterServiceInvokerInterceptor()
-
-
Method Details
-
beforeServiceInvocation
public void beforeServiceInvocation(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context) - Specified by:
beforeServiceInvocation
in interfaceServiceInvokerInterceptor
-
afterServiceInvocation
public void afterServiceInvocation(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context, ServiceInvocationResult result) - Specified by:
afterServiceInvocation
in interfaceServiceInvokerInterceptor
-