类 CommonRemoteEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.bus.event.RemoteApplicationEvent
cn.gomro.commons.bus.CommonRemoteEvent
所有已实现的接口:
Serializable

public class CommonRemoteEvent extends org.springframework.cloud.bus.event.RemoteApplicationEvent implements Serializable
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • CommonRemoteEvent

      public CommonRemoteEvent(String originService, String type, String oldJson, String newJson, String classFullName)
      参数:
      originService - 原服务 如果原服务不存在仅能发到 本地事件! busProperties.getId()
      type - 操作类型
      oldJson - 原对象(修改之前的旧对象)
      newJson - 目标对象(新对象)
      classFullName - 业务类完整名