MCPcopy Create free account
hub / github.com/dgraph-io/dgraph4j / isRetryable

Method isRetryable

src/main/java/io/dgraph/AlphaException.java:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 @Override
24 public boolean isRetryable() {
25 return true;
26 }
27}

Calls

no outgoing calls