Package | Description |
---|---|
org.apache.camel.component.ribbon.processor |
Modifier and Type | Method and Description |
---|---|
List<RibbonServer> |
RibbonServiceCallStaticServerListStrategy.getInitialListOfServers() |
List<RibbonServer> |
RibbonServiceCallStaticServerListStrategy.getInitialListOfServers(String name) |
List<RibbonServer> |
RibbonServiceCallStaticServerListStrategy.getUpdatedListOfServers() |
List<RibbonServer> |
RibbonServiceCallStaticServerListStrategy.getUpdatedListOfServers(String name) |
Modifier and Type | Method and Description |
---|---|
void |
RibbonServiceCallStaticServerListStrategy.addServer(RibbonServer server)
Add a server to the known list of servers.
|
Constructor and Description |
---|
RibbonServiceCallStaticServerListStrategy(List<RibbonServer> servers) |
Apache Camel