Interface ServicePointInterceptorService
- All Known Implementing Classes:
ServicePointInterceptorServiceImpl
public interface ServicePointInterceptorService
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterServiceInvocation
(UUID invocationUuid, Method invokedMethod, @Nullable Exception exception) void
beforeServiceInvocation
(UUID invocationUuid, Method invokedMethod, Object[] params)
-
Method Details
-
beforeServiceInvocation
-
afterServiceInvocation
-