Class ProxyMessage

java.lang.Object
org.cristalise.kernel.entity.proxy.ProxyMessage

public class ProxyMessage extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getClusterType

      public ClusterType getClusterType()
      Returns:
    • getObjectKey

      public String getObjectKey()
      The key of the object within the Cluster
      Returns:
      the ClusterPath without the ClusterType prefix
    • getLocalEventBusAddress

      public String getLocalEventBusAddress()
      Constructs the UUID/ClusterType local address to be used to send or publish the change notification messages
      Returns:
      returns concatenated string of UUID/ClusterType
    • getLocalEventBusMessage

      public String getLocalEventBusMessage()
      Returns:
    • toString

      public String toString()
      This is also used to create the message sent to the subscribers, therefore the format cannot be changed without changing the parsing
      Overrides:
      toString in class Object