public interface HttpServiceProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
afterExecute(HttpService httpService,
HttpResponseWrapper httpResponse) |
void |
beforeExecute(HttpService httpService) |
void |
onInit(HttpService httpService)
The logic to be executed when this processor is added to the HttpService.
|
void onInit(HttpService httpService)
httpService - The HttpService where the processor is executedvoid beforeExecute(HttpService httpService)
void afterExecute(HttpService httpService, HttpResponseWrapper httpResponse)