Package | Description |
---|---|
org.switchyard | |
org.switchyard.metadata | |
org.switchyard.metadata.qos |
Modifier and Type | Method and Description |
---|---|
Throttling |
ServiceMetadata.getThrottling()
Return the throttling configuration associated with a service reference.
|
Modifier and Type | Method and Description |
---|---|
ServiceMetadataBuilder |
ServiceMetadataBuilder.throttling(Throttling throttling)
Specifies throttling for service references.
|
Modifier and Type | Method and Description |
---|---|
Throttling |
Throttling.setMaxRequests(int max)
Specifies the maximum number of requests allowed in a given time period.
|
Throttling |
Throttling.setTimePeriod(long timeMS)
Specifies the time period in milliseconds used to calculate the max request window.
|
Copyright © 2013–2016 JBoss by Red Hat. All rights reserved.