Package pl.gsmservice.gateway.utils
Class AsyncHook
- java.lang.Object
-
- pl.gsmservice.gateway.utils.AsyncHook
-
public final class AsyncHook extends java.lang.ObjectUtility class for defining async hook interfaces.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAsyncHook.AfterErrorSpecifies what happens if a request action throws an Exception.static interfaceAsyncHook.AfterSuccessSpecifies how a response is transformed before response processing.static interfaceAsyncHook.BeforeRequestSpecifies how a request is transformed before sending.static classAsyncHook.IdempotencyHook
-