com.tvd12.ezymq.mosquitto.handler.EzyMosquittoMessageHandler Maven / Gradle / Ivy
The newest version!
package com.tvd12.ezymq.mosquitto.handler;
import com.tvd12.ezymq.mosquitto.util.EzyMosquittoProperties;
public interface EzyMosquittoMessageHandler {
void handle(
EzyMosquittoProperties properties,
byte[] messageBody
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy