Interface ServiceInvokerInterceptor
- All Known Implementing Classes:
ObservationServiceInvokerInterceptor,ServiceInvocationLimiterServiceInvokerInterceptor
public interface ServiceInvokerInterceptor
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterServiceInvocation(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context, ServiceInvocationResult result) voidbeforeServiceInvocation(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context)
-
Method Details
-
beforeServiceInvocation
void beforeServiceInvocation(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context) -
afterServiceInvocation
void afterServiceInvocation(ServiceDefinitionModel serviceDefinition, ServiceOperation serviceOperation, ServiceInvocationContext context, ServiceInvocationResult result)
-