Class FixedLimitProvider
java.lang.Object
io.helidon.common.concurrency.limits.FixedLimitProvider
- All Implemented Interfaces:
- LimitProvider,- ConfiguredProvider<Limit>
ServiceLoader service provider for FixedLimit
 limit implementation.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
FixedLimitProviderpublic FixedLimitProvider()Constructor required by the service loader.
 
- 
- 
Method Details- 
configKeyDescription copied from interface:ConfiguredProviderKey this service implementation is stored under. This is also considered the service "type" when used in a list in configuration, to allow the same service defined more than once.- Specified by:
- configKeyin interface- ConfiguredProvider<Limit>
- Returns:
- key of this implementation
 
- 
createDescription copied from interface:ConfiguredProviderCreate a new instance from the configuration located on the provided node.- Specified by:
- createin interface- ConfiguredProvider<Limit>
- Parameters:
- config- located at- ConfiguredProvider.configKey()node
- name- name of the configured implementation
- Returns:
- a new instance created from this config node
 
 
-