Lumen help

Configure CDN Load Balancer for Android

Introduction

Step 1: Create your CDNs

Creating CDNs

Step 2: Group CDN in Lists

Grouping CDNs in lists

Step 3: Create a new property and reference your CDN Lists

 

To configure your CDNs, you need to create a new property or edit the default property.

Creating or editing property

Step 1: Configure Citrix Openmix

Step 2: Create your CDN Load Balancer Property.

Using Citrix as the CDN List and business score provider

Step 4: Pass the property to your integration build

orchestratorProperty   - string (optional)

Example

                builder.options {
  orchestratorProperty(<String>)
}
            
                builder.options(o -> {
    o.orchestratorProperty(<String>)
    return null;
});