Class UnknownRemoteApplicationEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.bus.event.RemoteApplicationEvent
org.springframework.cloud.bus.event.UnknownRemoteApplicationEvent
All Implemented Interfaces:
Serializable

public class UnknownRemoteApplicationEvent extends RemoteApplicationEvent
Author:
Stefan Pfeiffer
See Also:
  • Field Details

    • typeInfo

      protected String typeInfo
    • payload

      protected byte[] payload
  • Constructor Details

    • UnknownRemoteApplicationEvent

      public UnknownRemoteApplicationEvent(Object source, String typeInfo, byte[] payload)
  • Method Details