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

io.github.quickmsg.common.message.CloseMqttMessage Maven / Gradle / Ivy

The newest version!
package io.github.quickmsg.common.message;

import lombok.Data;

/**
 * @author luxurong
 */
@Data
public class CloseMqttMessage {

    private String clientIdentifier;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy