| Package | Description |
|---|---|
| com.urbanairship.connect.client |
| Modifier and Type | Method and Description |
|---|---|
StreamQueryDescriptor |
StreamQueryDescriptor.Builder.build()
Builder a StreamDescriptor object.
|
static StreamQueryDescriptor |
StreamUtils.buildNewDescriptor(StreamQueryDescriptor baseStreamQueryDescriptor,
OffsetManager offsetManager)
Unpacks the original
StreamQueryDescriptor passed into the
MobileEventConsumerService and creates a new one with an updated offset. |
| Modifier and Type | Method and Description |
|---|---|
static StreamQueryDescriptor |
StreamUtils.buildNewDescriptor(StreamQueryDescriptor baseStreamQueryDescriptor,
OffsetManager offsetManager)
Unpacks the original
StreamQueryDescriptor passed into the
MobileEventConsumerService and creates a new one with an updated offset. |
MobileEventStream |
StreamSupplier.get(StreamQueryDescriptor descriptor,
com.ning.http.client.AsyncHttpClient client,
Consumer<String> eventConsumer,
String url,
FatalExceptionHandler fatalExceptionHandler)
Get the
MobileEventStream instance. |
MobileEventConsumerService.Builder |
MobileEventConsumerService.Builder.setBaseStreamQueryDescriptor(StreamQueryDescriptor descriptor)
Set the base stream descriptor.
|
| Constructor and Description |
|---|
MobileEventStream(StreamQueryDescriptor descriptor,
com.ning.http.client.AsyncHttpClient client,
Consumer<String> eventConsumer,
String url,
FatalExceptionHandler fatalExceptionHandler) |
Copyright © 2016. All rights reserved.