Package | Description |
---|---|
com.xeiam.xchange.bitstamp.service.streaming | |
com.xeiam.xchange.coinfloor.dto.streaming | |
com.xeiam.xchange.coinfloor.streaming | |
com.xeiam.xchange.mexbt.service.streaming |
Streaming service for the Mexican Bitcoin Exchange.
|
com.xeiam.xchange.okcoin.service.streaming | |
com.xeiam.xchange.service.streaming |
Modifier and Type | Method and Description |
---|---|
ExchangeEvent |
BitstampPusherService.getNextEvent()
Returns next event in consumer event queue, then removes it.
|
Modifier and Type | Class and Description |
---|---|
class |
CoinfloorExchangeEvent
Exchange event that provides convenience constructors for JSON wrapping
|
Modifier and Type | Method and Description |
---|---|
void |
CoinfloorEventListener.handleEvent(ExchangeEvent event) |
Constructor and Description |
---|
CoinfloorEventListener(BlockingQueue<ExchangeEvent> consumerEventQueue,
BlockingQueue<ExchangeEvent> systemEventQueue) |
CoinfloorEventListener(BlockingQueue<ExchangeEvent> consumerEventQueue,
BlockingQueue<ExchangeEvent> systemEventQueue) |
Modifier and Type | Method and Description |
---|---|
ExchangeEvent |
MeXBTStreamingService.getNextEvent()
Returns next event in consumer event queue, then removes it.
|
Constructor and Description |
---|
MeXBTTickerClientEndpoint(BlockingQueue<ExchangeEvent> exchangeEvents) |
MeXBTTradesAndOrdersClientEndpoint(BlockingQueue<ExchangeEvent> exchangeEvents,
String ins) |
Modifier and Type | Method and Description |
---|---|
ExchangeEvent |
OkCoinStreamingExchangeService.getNextEvent() |
Constructor and Description |
---|
OkCoinWebSocketService(BlockingQueue<ExchangeEvent> eventQueue,
com.xeiam.xchange.okcoin.service.streaming.ChannelProvider channelProvider,
CurrencyPair[] currencyPairs) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExchangeEvent
Exchange event that provides convenience constructors for JSON wrapping
|
class |
JsonWrappedExchangeEvent
Exchange event that provides convenience constructors for JSON wrapping
|
Modifier and Type | Field and Description |
---|---|
protected BlockingQueue<ExchangeEvent> |
BaseWebSocketExchangeService.consumerEventQueue
The event queue for the consumer
|
Modifier and Type | Method and Description |
---|---|
ExchangeEvent |
BaseWebSocketExchangeService.checkNextEvent() |
ExchangeEvent |
StreamingExchangeService.getNextEvent()
Returns next event in consumer event queue, then removes it.
|
ExchangeEvent |
BaseWebSocketExchangeService.getNextEvent() |
Modifier and Type | Method and Description |
---|---|
abstract void |
ExchangeEventListener.handleEvent(ExchangeEvent event)
Client code is expected to implement this in a manner specific to their own application
|
void |
ReconnectService.intercept(ExchangeEvent exchangeEvent) |
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.