Class FcFormRecordMessagePostedProps

    • Constructor Detail

      • FcFormRecordMessagePostedProps

        public FcFormRecordMessagePostedProps()
    • Method Detail

      • getSenderContext

        public List<String> getSenderContext()
        Optional restriction to particular sender context. When set, the event listener listens only for messages that were posted in the given contexts. When empty, the event listener listens for messages posted in any context.
        Returns:
        The sender context restriction.
        See Also:
        EFormRecordMessageSenderContext
      • setSenderContext

        public void setSenderContext​(List<String> senderContext)
        Optional restriction to particular sender context. When set, the event listener listens only for messages that were posted in the given contexts. When empty, the event listener listens for messages posted in any context.
        Parameters:
        senderContext - The sender context restriction.
        See Also:
        EFormRecordMessageSenderContext