| Package | Description |
|---|---|
| io.serialized.client.feed |
| Modifier and Type | Method and Description |
|---|---|
GetFeedRequest |
GetFeedRequest.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
FeedResponse |
FeedClient.execute(GetFeedRequest request,
long since)
Executes a poll starting at given sequence number.
|
void |
FeedClient.execute(GetFeedRequest request,
long since,
FeedEntryHandler feedEntryHandler)
Executes a poll starting at given sequence number.
|
void |
FeedClient.subscribe(GetFeedRequest request,
FeedEntryHandler feedEntryHandler)
Starts subscribing to the feed starting at the beginning.
|
void |
FeedClient.subscribe(GetFeedRequest request,
long since,
FeedEntryHandler feedEntryHandler)
Starts subscribing to the feed starting at given sequence number.
|
Copyright © 2021. All rights reserved.