Class RemoteSecurityMetadataSyncEvent

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

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

Description: Security Metadata 远程刷新事件

Author:
: gengwei.zheng
See Also:
Date:
: 2021/8/6 11:24
  • 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
     
    RemoteSecurityMetadataSyncEvent(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

    • RemoteSecurityMetadataSyncEvent

      public RemoteSecurityMetadataSyncEvent()
    • RemoteSecurityMetadataSyncEvent

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

    • getData

      public String getData()