| Package | Description |
|---|---|
| org.talend.esb.servicelocator.cxf.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSelectionStrategyFactory
Creates a DefaultSelectionStrategy instance, which
Keeps the endpoint as long as there is no failover.
|
class |
EvenDistributionSelectionStrategyFactory
Creates an EvenDistributionSelectionStrategy instance, which
performs a client side round robin strategy.
|
class |
RandomSelectionStrategyFactory
Creates a RandomSelectionStrategy instance, which
selects randomly from the available endpoints for each call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocatorClientEnabler.setLocatorSelectionStrategies(Map<String,LocatorSelectionStrategyFactory> locatorSelectionStrategies)
Sets a map representing the locatorSelectionStrategies and sets locatorSelectionStrategy to the DEFAULT_STRATEGY.
|
Copyright © 2011–2018 Talend Inc.. All rights reserved.