Interface ApplicationStrategyEventManager<T>

All Superinterfaces:
StrategyEventManager<T>
All Known Subinterfaces:
AccountStatusEventManager, RequestMappingScanEventManager

public interface ApplicationStrategyEventManager<T> extends StrategyEventManager<T>

Description: 应用策略事件

Author:
: gengwei.zheng
Date:
: 2022/3/29 7:26
  • Method Details

    • getDestinationServiceName

      String getDestinationServiceName()
      目的服务名称
      Returns:
      服务名称
    • postProcess

      default void postProcess(T data)
      发送事件
      Parameters:
      data - 事件携带数据