Skip to content

Questions: How to combine multiple UseCase? #111

Open
@rommansabbir

Description

@rommansabbir

Scenario:

  • I have 3 UseCase to perform 3 different API Request.
  • Based on the 3 UseCase response I need to combine them all according to the business logic.

Right now, I'm doing it by calling the 1st UseCase, then based on response, then another & so on.

So, how can I combine/zip them all in a single request or chain them one by one in a proper way?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions