message_flow/sagas/orchestration/saga_definition.py [15:22]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def handle_reply(
        self,
        saga_type: str,
        saga_id: str,
        current_state: str,
        saga_data: Data,
        message: IMessage,
    ) -> SagaActions[Data]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



message_flow/sagas/orchestration_simple_dsl/simple_saga_definition.py [29:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def handle_reply(
        self,
        saga_type: str,
        saga_id: str,
        current_state: str,
        saga_data: Data,
        message: IMessage,
    ) -> SagaActions[Data]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



