Class FipaMessagePreprocessor

    • Constructor Detail

      • FipaMessagePreprocessor

        public FipaMessagePreprocessor()
    • Method Detail

      • isReply

        public boolean isReply​(FipaMessage message,
                               FipaMessage reply)
        Optionally check for reply matches. Currently only used in BDIX.
        Specified by:
        isReply in interface IMessagePreprocessor<FipaMessage>
        Parameters:
        message - The initial message object.
        reply - The replied message object.
        Returns:
        true when the reply matches the initial message.