| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.gw.api.contract | |
| com.mulesoft.mule.runtime.gw.api.contract.tier |
| Modifier and Type | Class and Description |
|---|---|
class |
NoSla
Null object pattern of an SLA
|
class |
Sla
TODO AGW-1169 Provide builders for all object in Gateway API Defines an SLA, represented by a Collection of Tiers.
|
| Constructor and Description |
|---|
Sla(Integer id,
Tier... tiers) |
| Constructor and Description |
|---|
Sla(Integer id,
List<Tier> tiers) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeTier
Defines a Composite of tiers, all of which can also be composites, creating a tree like structure.
|
class |
SingleTier
Defines a one level Tier
|
| Constructor and Description |
|---|
CompositeTier(Tier... tiers) |
| Constructor and Description |
|---|
CompositeTier(List<Tier> tiers) |
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.