Skip to content

Commit

Permalink
Ericsson#699 Reload nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Chandler committed Nov 4, 2024
1 parent cbe31b5 commit 5af2006
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,12 @@ public Builder withEccNodesSync(final EccNodesSync eccNodesSync)
myEccNodesSync = eccNodesSync;
return this;
}

/**
* Build with DistributedNativeConnectionProvider.
* @param agentNativeConnectionProvider
* @return
*/
public Builder withDistributedNativeConnectionProvider(final DistributedNativeConnectionProvider agentNativeConnectionProvider)
{
myAgentNativeConnectionProvider = agentNativeConnectionProvider;
Expand Down

0 comments on commit 5af2006

Please sign in to comment.