\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.core.services.PipelineService Interface Reference

Detailed Description

Service interface used by PipelineBuilder to hand out services to elements which required them.

This is extended by any service which wants to have the same instance used by all elements in a pipeline which require it. All required services should be added to the pipeline builder, and included as a constructor parameter to any element builders which required it to build their element.

For example, the DataUpdateService can be added to the pipeline builder. Then, when building from configuration, the builder will automatically hand this the update service out to any on-premise elements which require it.

Inheritance diagram for fiftyone.pipeline.core.services.PipelineService:

[legend]