接口 MessageSendingAdapter<D extends Message,E extends AbstractApplicationEvent<D>>

所有超级接口:
org.springframework.context.ApplicationListener<E>, EventListener

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

Description: 消息发送适配器

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

作者:
: gengwei.zheng
Date:
: 2023/10/26 16:46
  • 方法概要

    从接口继承的方法 org.springframework.context.ApplicationListener

    onApplicationEvent, supportsAsyncExecution