Class TraceMessage

java.lang.Object
com.aquima.interactions.trace.impl.TraceMessageBase
com.aquima.interactions.trace.impl.TraceMessage
All Implemented Interfaces:
ITraceMessage, Serializable

public class TraceMessage extends TraceMessageBase
Default implementation of the ITraceMessage.
Since:
9.2
Author:
A.Pragt
See Also:
  • Constructor Details

    • TraceMessage

      public TraceMessage(String applicationId, String action)
  • Method Details

    • setProperty

      public void setProperty(String name, IValue value)
      Sets the property to a certain value.
      Parameters:
      name - The name of the property, not null.
      value - The value of the property, not null.