MCPcopy Create free account
hub / github.com/dashscope/dashscope-sdk-java / onComplete

Method onComplete

samples/TextEmbeddingUsage.java:38–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 System.out.println(message);
37 }
38 @Override
39 public void onComplete(){
40 sem.release();
41 }
42
43 @Override
44 public void onError(Exception err){

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected