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_FACTORYFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionRemoteChangeUserStatusEvent(String data, String originService, String destinationService) -
Method Summary
Methods inherited from class org.springframework.cloud.bus.event.RemoteApplicationEvent
equals, getDestinationService, getId, getOriginService, hashCode, toStringMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
RemoteChangeUserStatusEvent
public RemoteChangeUserStatusEvent() -
RemoteChangeUserStatusEvent
-
-
Method Details
-
getData
-