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

com.github.unclecatmyself.bootstrap.data.InChatToDataBaseService Maven / Gradle / Ivy

Go to download

A lightweight, efficient communication framework that supports chat and the Internet of Things

The newest version!
package com.github.unclecatmyself.bootstrap.data;

import com.github.unclecatmyself.common.bean.InChatMessage;

import java.util.Map;

/**
 * Created by MySelf on 2018/12/3.
 */
public interface InChatToDataBaseService {

    Boolean writeMessage(InChatMessage message);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy