public interface HttpResponseMapper
Modifier and Type | Method and Description |
---|---|
Map<NodeResponse,Node.Status> |
map(URI requestURI,
Set<NodeResponse> nodeResponses)
Maps a HTTP response to a node response and the corresponding node status.
|
Map<NodeResponse,Node.Status> map(URI requestURI, Set<NodeResponse> nodeResponses)
requestURI
- the original request URInodeResponses
- a set of node resource responsesCopyright © 2016 Apache NiFi Project. All rights reserved.