| Package | Description |
|---|---|
| org.irenical.fetchy | |
| org.irenical.fetchy.balancer | |
| org.irenical.fetchy.connector | |
| org.irenical.fetchy.discoverer | |
| org.irenical.fetchy.engine | |
| org.irenical.fetchy.event |
| Modifier and Type | Method and Description |
|---|---|
String |
Fetchy.onBalance(Consumer<FetchyEvent<Node>> listener) |
String |
Fetchy.onDiscover(Consumer<FetchyEvent<List<Node>>> listener) |
| Modifier and Type | Method and Description |
|---|---|
Node |
Balancer.balance(List<Node> nodes) |
| Modifier and Type | Method and Description |
|---|---|
Node |
Balancer.balance(List<Node> nodes) |
| Modifier and Type | Method and Description |
|---|---|
Stub<API> |
Connector.connect(Node node) |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Discoverer.discover(String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
String |
FetchyEngine.onBalance(Consumer<FetchyEvent<Node>> listener) |
String |
FetchyEngine.onDiscover(Consumer<FetchyEvent<List<Node>>> listener) |
| Modifier and Type | Method and Description |
|---|---|
Node |
FetchyEvent.getNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventEmitter.fire(String entity,
String name,
String serviceId,
Node node,
Object target,
long elapsedMillis) |
| Constructor and Description |
|---|
FetchyEvent(String serviceId,
String name,
Node node,
long elapsedMillis,
OBJECT target) |
Copyright © 2017 Irenical. All rights reserved.