类 AwaitingNonWebApplicationListener
- java.lang.Object
-
- org.apache.dubbo.spring.boot.context.event.AwaitingNonWebApplicationListener
-
- 所有已实现的接口:
EventListener,org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>,org.springframework.context.event.SmartApplicationListener,org.springframework.core.Ordered
public class AwaitingNonWebApplicationListener extends Object implements org.springframework.context.event.SmartApplicationListener
Awaiting Non-Web Spring BootApplicationListener- 从以下版本开始:
- 2.7.0
-
-
构造器概要
构造器 构造器 说明 AwaitingNonWebApplicationListener()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetOrder()voidonApplicationEvent(org.springframework.context.ApplicationEvent event)booleansupportsEventType(Class<? extends org.springframework.context.ApplicationEvent> eventType)booleansupportsSourceType(Class<?> sourceType)
-
-
-
方法详细资料
-
supportsEventType
public boolean supportsEventType(Class<? extends org.springframework.context.ApplicationEvent> eventType)
- 指定者:
supportsEventType在接口中org.springframework.context.event.SmartApplicationListener
-
supportsSourceType
public boolean supportsSourceType(Class<?> sourceType)
- 指定者:
supportsSourceType在接口中org.springframework.context.event.SmartApplicationListener
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
- 指定者:
onApplicationEvent在接口中org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
-
getOrder
public int getOrder()
- 指定者:
getOrder在接口中org.springframework.core.Ordered
-
-