Class AckSetTrackerImpl
java.lang.Object
com.google.api.core.AbstractApiService
com.google.cloud.pubsublite.internal.ProxyService
com.google.cloud.pubsublite.cloudpubsub.internal.AckSetTrackerImpl
- All Implemented Interfaces:
com.google.api.core.ApiService
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.api.core.ApiService
com.google.api.core.ApiService.Listener, com.google.api.core.ApiService.State -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidstart()protected voidstop()track(SequencedMessage message) voidMethods inherited from class com.google.cloud.pubsublite.internal.ProxyService
addServices, addServices, doStart, doStop, onPermanentErrorMethods inherited from class com.google.api.core.AbstractApiService
addListener, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, failureCause, isRunning, notifyFailed, notifyStarted, notifyStopped, startAsync, state, stopAsyncMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.core.ApiService
addListener, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, failureCause, isRunning, startAsync, state, stopAsync
-
Constructor Details
-
AckSetTrackerImpl
- Throws:
com.google.api.gax.rpc.ApiException
-
-
Method Details
-
track
- Throws:
CheckedApiException
-
waitUntilCommitted
- Throws:
CheckedApiException
-
start
- Overrides:
startin classProxyService- Throws:
CheckedApiException
-
stop
- Overrides:
stopin classProxyService- Throws:
CheckedApiException
-
handlePermanentError
- Overrides:
handlePermanentErrorin classProxyService
-