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

com.quhaodian.plug.data.service.PushService Maven / Gradle / Ivy

There is a newer version: 1.8.9
Show newest version
package com.quhaodian.plug.data.service;

import com.quhaodian.plug.data.vo.PushBack;

import java.util.Map;

/**
 * 消息推送服务
 */
public interface PushService {

    PushBack pushAll(String msg, Map keys);

    PushBack pushToSingleDevice(String chanel, String msg, Map keys);

    PushBack pushToTag(String tag, String msg, Map keys);


    PushBack pushToChannels(String[] chanels, String msg, Map keys);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy