Package xyz.block.ftl.pubsub.v1
Interface PubSubAdminServiceGrpc.AsyncService
-
- All Implemented Interfaces:
public interface PubSubAdminServiceGrpc.AsyncServicePubSubAdminService administers PubSub resources.
-
-
Method Summary
Modifier and Type Method Description voidping(PingRequest request, StreamObserver<PingResponse> responseObserver)Ping service for readiness.voidresetOffsetsOfSubscription(ResetOffsetsOfSubscriptionRequest request, StreamObserver<ResetOffsetsOfSubscriptionResponse> responseObserver)Reset the offset for a subscription to the latest of each claimed partition. If the receiver does not currently claim any partitions for a consumer group, then an empty response is returned.-
-
Method Detail
-
ping
void ping(PingRequest request, StreamObserver<PingResponse> responseObserver)
Ping service for readiness.
-
resetOffsetsOfSubscription
void resetOffsetsOfSubscription(ResetOffsetsOfSubscriptionRequest request, StreamObserver<ResetOffsetsOfSubscriptionResponse> responseObserver)
Reset the offset for a subscription to the latest of each claimed partition. If the receiver does not currently claim any partitions for a consumer group, then an empty response is returned.
-
-
-
-