Class PeerToPeerClient.Response<T>
java.lang.Object
com.atlassian.bamboo.cluster.peertopeer.PeerToPeerClient.Response<T>
- Type Parameters:
T
- the type of the response.
- Enclosing class:
- PeerToPeerClient
Represents a response from a peer node.
-
Field Summary
Modifier and TypeFieldDescriptionfinal String
The ID of the node that sent the response.final CompletableFuture<T>
The CompletableFuture representing the response value. -
Method Summary
-
Field Details
-
value
The CompletableFuture representing the response value. -
nodeId
The ID of the node that sent the response.
-