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:

  • Request Pipelines: used for processing the request path of the message flow
  • Response Pipelines: used for processing the response path of the message flow
  • Error Pipelines: used as error handlers

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:



Discussion

No Comment Found