All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tvd12.ezymq.mosquitto.handler.EzyMosquittoResponseConsumer Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezymq.mosquitto.handler;

import com.tvd12.ezymq.mosquitto.util.EzyMosquittoProperties;

public interface EzyMosquittoResponseConsumer {

    void consume(EzyMosquittoProperties properties, byte[] responseBody);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy