Class ObservationServiceInvokerInterceptor
java.lang.Object
com.flowable.serviceregistry.engine.impl.observation.ObservationServiceInvokerInterceptor
- All Implemented Interfaces:
ServiceInvokerInterceptor
public class ObservationServiceInvokerInterceptor
extends Object
implements ServiceInvokerInterceptor
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterServiceInvocation
(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context, ServiceInvocationResult result) void
beforeServiceInvocation
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContext context)
-
Field Details
-
configuration
-
-
Constructor Details
-
ObservationServiceInvokerInterceptor
-
-
Method Details
-
beforeServiceInvocation
public void beforeServiceInvocation(ServiceDefinitionModel serviceDefinitionModel, 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
-