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

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

package com.litongjava.tio.utils.notification;

public class WeComNotificationFectory implements INotificationFactory {

  @Override
  public INotification getNotifaction() {
    return new WeComNotification();
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy