1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.eclipse.paho.mqttv5.client;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface FunctionalMqttClient {
|
||||
int operation(int a, int b);
|
||||
|
||||
}
|
Reference in New Issue
Block a user