AgentBuilder
To create an Agent Java object the AgentBuilder build method is used.
1) Use transport method passing ReplicaTransport parameter.
2) Use identity method passing Identity parameter.
3) IngresExpiry provides a default ingress expiry. This is the delta that will be applied at the time an update or query is made. Use Java Duration type parameter.
4) Creation of an Agent object.
Last updated