Package io.stargate.sdk.http.audit
Class AnsiLoggerObserverHttpLight
java.lang.Object
io.stargate.sdk.http.audit.AnsiLoggerObserverHttp
io.stargate.sdk.http.audit.AnsiLoggerObserverHttpLight
- All Implemented Interfaces:
ServiceCallObserver<String,ServiceHttp, ServiceHttpCallEvent>
Listener that log call in the Db
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.stargate.sdk.http.audit.AnsiLoggerObserverHttp
onCompletion, onFailedTry, onFailure, onSuccess
-
Constructor Details
-
AnsiLoggerObserverHttpLight
public AnsiLoggerObserverHttpLight()Default constructor.
-
-
Method Details
-
onCall
Process event.- Specified by:
onCallin interfaceServiceCallObserver<String,ServiceHttp, ServiceHttpCallEvent> - Overrides:
onCallin classAnsiLoggerObserverHttp- Parameters:
event- api invocation event
-