InterviewSolution
Saved Bookmarks
| 1. |
What Is A Pipeline? What Are Three Categories Of Pipeline? |
|
Answer» A pipeline is a named sequence of STAGES, representing a non-branching one-way processing PATH. It is USED to specify the message flow for service requests and responses. Pipelines FALL into one of the following three CATEGORIES:
A pipeline is a named sequence of stages, representing a non-branching one-way processing path. It is used to specify the message flow for service requests and responses. Pipelines fall into one of the following three categories: |
|