Interface MessageHandlingWorkflowStage

    • Method Detail

      • processMessage

        PlatformMessage processMessage​(PlatformMessage msg)
                                throws AttivioException
        Called whenever a message is received for the component. The return value can represent the results of the component or just be a pass-thru of the (possibly transformed) input message.
        Parameters:
        msg - the message
        Returns:
        the result of the service's processing of a message
        Throws:
        AttivioException