public class AckSetTrackerImpl extends ProxyService implements AckSetTracker
Implements
com.google.cloud.pubsublite.cloudpubsub.internal.AckSetTrackerConstructors
AckSetTrackerImpl(Committer committer)
public AckSetTrackerImpl(Committer committer)
Parameter | |
---|---|
Name | Description |
committer |
Committer |
Methods
handlePermanentError(CheckedApiException error)
protected void handlePermanentError(CheckedApiException error)
Parameter | |
---|---|
Name | Description |
error |
CheckedApiException |
start()
protected void start()
Exceptions | |
---|---|
Type | Description |
CheckedApiException |
stop()
protected synchronized void stop()
Exceptions | |
---|---|
Type | Description |
CheckedApiException |
track(SequencedMessage message)
public synchronized Runnable track(SequencedMessage message)
Parameter | |
---|---|
Name | Description |
message |
SequencedMessage |
Returns | |
---|---|
Type | Description |
Runnable |
Exceptions | |
---|---|
Type | Description |
CheckedApiException |
waitUntilCommitted()
public synchronized void waitUntilCommitted()
Exceptions | |
---|---|
Type | Description |
CheckedApiException |