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

public static class PeerToPeerClient.Response<T> extends Object
Represents a response from a peer node.
  • Field Details

    • value

      public final CompletableFuture<T> value
      The CompletableFuture representing the response value.
    • nodeId

      public final String nodeId
      The ID of the node that sent the response.