Uses of Interface
org.refcodes.rest.RestResponseEvent
-
-
Uses of RestResponseEvent in org.refcodes.rest
Classes in org.refcodes.rest that implement RestResponseEvent Modifier and Type Class Description classRestResponseEventImplImplementation of theRestResponseEventinterface as good old POJO for use by differentRestClientimplementations.Methods in org.refcodes.rest with parameters of type RestResponseEvent Modifier and Type Method Description voidRestCallerBuilderImpl. onResponse(RestResponseEvent aResponse)The invoker provides a response context being aRestResponseEventdescribing the response being processed upon by yourlambda's code.voidRestResponseObserver. onResponse(RestResponseEvent aResponse)The invoker provides a response context being aRestResponseEventdescribing the response being processed upon by yourlambda's code.
-