Interface ServicePointInterceptorService

All Known Implementing Classes:
ServicePointInterceptorServiceImpl

public interface ServicePointInterceptorService
See Also:
  • Method Details

    • beforeServiceInvocation

      void beforeServiceInvocation(UUID invocationUuid, Method invokedMethod, Object[] params)
    • afterServiceInvocation

      void afterServiceInvocation(UUID invocationUuid, Method invokedMethod, @Nullable @Nullable Exception exception)