接口 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 void
    process(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)