Interface ServicePointListener
- All Known Implementing Classes:
DwrSecurityListener, MetricsServicePointListener
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterMethodInvocation(UUID invocationUuid, Method method, @Nullable Exception exception) Deprecated.Called after a 'remote service' method was executed (even when an exception was thrown).voidbeforeMethodInvocation(UUID invocationUuid, Method method, Object[] params) Deprecated.Called before a 'remote service' method is executed.
-
Method Details
-
beforeMethodInvocation
-
afterMethodInvocation
-