类 AbstractNotifier

java.lang.Object
org.dromara.dynamictp.common.notifier.AbstractNotifier
所有已实现的接口:
Notifier
直接已知子类:
AbstractHttpNotifier

public abstract class AbstractNotifier extends Object implements Notifier
AbstractNotifier related
从以下版本开始:
1.1.3
作者:
kyao
  • 构造器详细资料

    • AbstractNotifier

      public AbstractNotifier()
  • 方法详细资料

    • send

      public final void send(NotifyPlatform platform, String content)
      从接口复制的说明: Notifier
      Send message.
      指定者:
      send 在接口中 Notifier
      参数:
      platform - platform
      content - content
    • send0

      protected abstract void send0(NotifyPlatform platform, String content)
      Send message.
      参数:
      platform - platform
      content - content