Interface Subscriber
-
- All Superinterfaces:
com.google.api.core.ApiService
- All Known Implementing Classes:
SubscriberImpl
public interface Subscriber extends com.google.api.core.ApiService
A generic PubSub Lite subscriber. Errors are handled out of band. Messages are sent out of band. Thread safe.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
allowFlow(FlowControlRequest request)
-
-
-
Method Detail
-
allowFlow
void allowFlow(FlowControlRequest request) throws CheckedApiException
- Throws:
CheckedApiException
-
-