dashboard
repositories
filestore
activity
search
login
main
/
dabaogp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/2-10' into 2-10
zj
2026-02-12
e094b18b33bde8fa171b83ea23315e8b65ea47e5
[dabaogp.git]
/
src
/
main
/
java
/
com
/
nq
/
ws
/
client
/
Ack.java
1
2
3
4
5
6
7
8
9
10
package com.nq.ws.client;
/**
* Acknowledgement.
*/
public interface Ack {
void call(Object... args);
}