Service implementations

For each service declared in the service meta information file, there must be an implementation present inside the respective factoryClass.

The Asset Picker provides an SDK to streamline the service implementation and facilitates rapid development of plugins. The Asset Picker SDK allows two different approaches for service implementations: RESTful and Functional.

This section will provide a brief introduction to these approaches. For additional information, refer the asset-integration-starter project.

This topic also introduces certain types, interfaces, their generic type parameters, and enums from Asset Picker SDK. For additional details, see SDK Plugin Development.