public interface IFlowQueryHandler
Modifier and Type | Method and Description |
---|---|
void |
flowQueryRespHandler(FlowCacheQueryResp resp)
This callback function is called in response to a flow query request
submitted to the flow cache service.
|
void flowQueryRespHandler(FlowCacheQueryResp resp)
resp
- the response object containing the original flow query
object, partial or complete list of flows that we queried and some
metadata such as the more flag described aboce.