Uses of Class
io.continual.onap.services.subscriber.OnapMrFetchResponse
-
Packages that use OnapMrFetchResponse Package Description io.continual.onap.services.mrCommon io.continual.onap.services.subscriber -
-
Uses of OnapMrFetchResponse in io.continual.onap.services.mrCommon
Methods in io.continual.onap.services.mrCommon with parameters of type OnapMrFetchResponse Modifier and Type Method Description voidJsonResponseParser. parseResponseBody(String httpBody, OnapMrFetchResponse fetchResponse)Parse the string representation of a response body into the fetch response instance.
Note: This method is only called by the ResponseBody version above.default voidJsonResponseParser. parseResponseBody(okhttp3.ResponseBody httpBody, OnapMrFetchResponse fetchResponse)Parse the okhttp response body into the fetch response instance.voidSimpleJsonResponseParser. parseResponseBody(String s, OnapMrFetchResponse resp) -
Uses of OnapMrFetchResponse in io.continual.onap.services.subscriber
Methods in io.continual.onap.services.subscriber that return OnapMrFetchResponse Modifier and Type Method Description OnapMrFetchResponseOnapMsgRouterSubscriber. fetch()OnapMrFetchResponseOnapMsgRouterSubscriber. fetch(long waitAtServerMs, int maxEventsToFetch)OnapMrFetchResponseOnapMrFetchResponse. markEof()Mark the response stream as being at its endOnapMrFetchResponseOnapMrFetchResponse. push(String msg)Push a message into this response
-