public class ExchangeStreamer
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ExchangeStreamer.exchanges |
enum for all of the supported Exchanges.
That is, all the exchanges returned by the https://min-api.cryptocompare.com/data/all/exchanges end point. |
| Constructor | Description |
|---|---|
ExchangeStreamer() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.stream.Stream<Exchange> |
streamAllExchanges() |
streams all Exchange objects by connecting to the
All the Exchanges and Trading Pairs end point.
|
static java.util.stream.Stream<Exchange> |
streamExchanges(ExchangeStreamer.exchanges... exchanges) |
streams Exchange objects by connecting to the
All the Exchanges and Trading Pairs end point.
|
public static java.util.stream.Stream<Exchange> streamExchanges(ExchangeStreamer.exchanges... exchanges)
exchanges - array of exchanges to streampublic static java.util.stream.Stream<Exchange> streamAllExchanges()