接口 AccountStatusChanger
- 所有超级接口:
cn.herodotus.engine.rest.core.definition.event.ApplicationStrategyEvent<cn.herodotus.engine.rest.core.domain.UserStatus>,cn.herodotus.engine.assistant.core.definition.StrategyEvent<cn.herodotus.engine.rest.core.domain.UserStatus>
public interface AccountStatusChanger
extends cn.herodotus.engine.rest.core.definition.event.ApplicationStrategyEvent<cn.herodotus.engine.rest.core.domain.UserStatus>
Description: 用户状态变更服务
- 作者:
- : gengwei.zheng
- Date:
- : 2022/7/10 16:23
-
方法概要
修饰符和类型方法说明Request Mapping 收集汇总的服务名称default voidprocess(cn.herodotus.engine.rest.core.domain.UserStatus status) 从接口继承的方法 cn.herodotus.engine.rest.core.definition.event.ApplicationStrategyEvent
isLocal, postProcess从接口继承的方法 cn.herodotus.engine.assistant.core.definition.StrategyEvent
postLocalProcess, postProcess, postRemoteProcess
-
方法详细资料
-
getDestinationServiceName
String getDestinationServiceName()Request Mapping 收集汇总的服务名称- 返回:
- 服务名称
-
process
default void process(cn.herodotus.engine.rest.core.domain.UserStatus status)
-