Package org.symphonyoss.s2.canon.runtime
Class EntityPubSubMessage
- java.lang.Object
-
- org.symphonyoss.s2.fugue.pubsub.PubSubMessage
-
- org.symphonyoss.s2.canon.runtime.EntityPubSubMessage
-
- All Implemented Interfaces:
org.symphonyoss.s2.fugue.pubsub.IPubSubMessage
public class EntityPubSubMessage extends org.symphonyoss.s2.fugue.pubsub.PubSubMessageA PubSubMessage for a Canon entity payload. Sets the payload type attribute.- Author:
- Bruce Skingle
-
-
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.
-
-