Class RemoteChangeUserStatusEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.bus.event.RemoteApplicationEvent
cn.herodotus.engine.oauth2.resource.autoconfigure.bus.RemoteChangeUserStatusEvent
All Implemented Interfaces:
Serializable

public class RemoteChangeUserStatusEvent extends org.springframework.cloud.bus.event.RemoteApplicationEvent

Description: 修改用户状态远程事件

Author:
: gengwei.zheng
See Also:
Date:
: 2022/7/10 16:13
  • Field Summary

    Fields inherited from class org.springframework.cloud.bus.event.RemoteApplicationEvent

    DEFAULT_DESTINATION_FACTORY

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    RemoteChangeUserStatusEvent(String data, String originService, String destinationService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.springframework.cloud.bus.event.RemoteApplicationEvent

    equals, getDestinationService, getId, getOriginService, hashCode, toString

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.util.EventObject

    getSource

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RemoteChangeUserStatusEvent

      public RemoteChangeUserStatusEvent()
    • RemoteChangeUserStatusEvent

      public RemoteChangeUserStatusEvent(String data, String originService, String destinationService)
  • Method Details

    • getData

      public String getData()