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

com.litongjava.tio.utils.notification.INotification Maven / Gradle / Ivy

package com.litongjava.tio.utils.notification;

import java.util.Map;

import okhttp3.Response;

public interface INotification {

  public Response sendTextMsg(String string);

  public Response sendWarm(NotifactionWarmModel model);

  public Response send(String webHookUrl, Map reqMap);

  public Response send(Map reqMap);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy