142
Views
4
Comments
Solved
Producer and consumer module
Question

What is producer and consumer module?

2024-05-30 10-12-48
Anushka singh
Solution

Hello

Producer Module :A producer module in OutSystems exposes data, logic, or services that can be consumed by other modules.

It typically contains entities, structures, actions, and integrations that are shared across different parts of an application or between different applications.

Consumer Module :A consumer module uses the entities, structures, actions, and integrations exposed by a producer module.

It can be another application, a specific part of a larger system, or a different module within the same application.

I Hope it helps!

UserImage.jpg
Ram Kumar

Thank you so much for quick response.

2024-05-30 10-12-48
Anushka singh
Solution

Hello

Producer Module :A producer module in OutSystems exposes data, logic, or services that can be consumed by other modules.

It typically contains entities, structures, actions, and integrations that are shared across different parts of an application or between different applications.

Consumer Module :A consumer module uses the entities, structures, actions, and integrations exposed by a producer module.

It can be another application, a specific part of a larger system, or a different module within the same application.

I Hope it helps!

UserImage.jpg
Ram Kumar

Thank you so much for quick response.

2022-07-05 06-54-15
GOKULPRASANTH MUNUSAMY

Hi Ram Kumar


Producer Module

A producer module is a module that exposes its elements (such as screens, actions, entities, structures, or server actions) for use by other modules. 


Consumer Module

A consumer module is a module that consumes or uses the elements exposed by a producer module.

Check this also:Click Here



Thanks,

Gokulprasanth M

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.