Class RetryAndTraceDatastoreRpcDecorator

java.lang.Object
com.google.cloud.datastore.RetryAndTraceDatastoreRpcDecorator
All Implemented Interfaces:
DatastoreRpc, com.google.cloud.ServiceRpc, AutoCloseable

@InternalApi public class RetryAndTraceDatastoreRpcDecorator extends Object implements DatastoreRpc
An implementation of DatastoreRpc which acts as a Decorator and decorates the underlying DatastoreRpc with the logic of retry and Traceability.