This commit is contained in:
candi
2025-09-04 04:43:31 +08:00
parent 2723b0ddd3
commit 212c19d40a
136 changed files with 96 additions and 766 deletions

View File

@@ -0,0 +1,7 @@
package org.eclipse.paho.mqttv5.client;
@FunctionalInterface
public interface FunctionalMqttClient {
int operation(int a, int b);
}