类 RemoteSecurityMetadataSyncEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.bus.event.RemoteApplicationEvent
cn.herodotus.engine.event.security.remote.RemoteSecurityMetadataSyncEvent
所有已实现的接口:
Serializable

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

Description: Security Metadata 远程刷新事件

作者:
: gengwei.zheng
另请参阅:
Date:
: 2021/8/6 11:24
  • 字段概要

    从类继承的字段 org.springframework.cloud.bus.event.RemoteApplicationEvent

    DEFAULT_DESTINATION_FACTORY

    从类继承的字段 java.util.EventObject

    source
  • 构造器概要

    构造器
    构造器
    说明
    RemoteSecurityMetadataSyncEvent(String data, String originService, String destinationService)
     
  • 方法概要

    修饰符和类型
    方法
    说明
     

    从类继承的方法 org.springframework.cloud.bus.event.RemoteApplicationEvent

    equals, getDestinationService, getId, getOriginService, hashCode, toString

    从类继承的方法 org.springframework.context.ApplicationEvent

    getTimestamp

    从类继承的方法 java.util.EventObject

    getSource

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

    • RemoteSecurityMetadataSyncEvent

      public RemoteSecurityMetadataSyncEvent(String data, String originService, String destinationService)
  • 方法详细资料

    • getData

      public String getData()