Interface RecordType1Message

All Superinterfaces:
Message, RecordMessage

public interface RecordType1Message extends RecordMessage

Interface for sending Type 1 Record messages, adding fields by field name.

 

An object implementing this interface can not be instantiated directly, but can be constructed using the MessageFactory that is available on the Publisher interface.

Note: After publishing a message, do not reuse the message (e.g. change the content, republish) as this can cause issues.

  • Method Details

    • setNoCache

      void setNoCache(boolean noCache)

      Sets whether this Type 1 record message should be cached in the DataSource (both remote and local).

       

      If you do not call this method then by default all RecordType1Messages have the value of no cache set to false.

      Parameters:
      noCache - true if this record should not be cached in the remote DataSource's cache, false if it should be cached.
    • isNoCache

      boolean isNoCache()

      Gets whether this type1 record message should be cached in the DataSource (both remote and local ).

      Returns:
      true if this record should not be cached in the remote DataSource's cache, false if it should be cached.