@Alias(value="tier") public class SingleTier extends Object implements Tier, Serializable
| Constructor and Description |
|---|
SingleTier() |
SingleTier(Integer maximumRequestsPerPeriod,
Long timePeriodMillis) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<SingleTier> |
flattened() |
int |
hashCode() |
Period |
period() |
long |
requests() |
String |
toString() |
public Period period()
public long requests()
public List<SingleTier> flattened()
Copyright © 2014–2023 MuleSoft, Inc.. All rights reserved.