Interface MessageSendingAdapter<D extends Message,E extends AbstractApplicationEvent<D>>

All Superinterfaces:
org.springframework.context.ApplicationListener<E>, EventListener

public interface MessageSendingAdapter<D extends Message,E extends AbstractApplicationEvent<D>> extends org.springframework.context.ApplicationListener<E>

Description: 消息发送适配器

各种类型消息发送组件,基于该接口实现各自的消息发送。

Author:
: gengwei.zheng
Date:
: 2023/10/26 16:46
  • Method Summary

    Methods inherited from interface org.springframework.context.ApplicationListener

    onApplicationEvent, supportsAsyncExecution