Class EntityPubSubMessage

  • All Implemented Interfaces:
    org.symphonyoss.s2.fugue.pubsub.IPubSubMessage

    public class EntityPubSubMessage
    extends org.symphonyoss.s2.fugue.pubsub.PubSubMessage
    A PubSubMessage for a Canon entity payload. Sets the payload type attribute.
    Author:
    Bruce Skingle
    • Field Summary

      • Fields inherited from interface org.symphonyoss.s2.fugue.pubsub.IPubSubMessage

        FINAL_ATTRIBUTE, PAYLOAD_TYPE_ATTRIBUTE, POD_ID_ATTRIBUTE
    • Constructor Summary

      Constructors 
      Constructor Description
      EntityPubSubMessage​(IEntity payload, org.symphonyoss.s2.fugue.core.trace.ITraceContext traceContext)
      Constructor.
    • Constructor Detail

      • EntityPubSubMessage

        public EntityPubSubMessage​(IEntity payload,
                                   org.symphonyoss.s2.fugue.core.trace.ITraceContext traceContext)
        Constructor.
        Parameters:
        payload - The message payload.
        traceContext - A Trace Context.