Interface Acknowledger<AcknowledgeId>
-
- Type Parameters:
AcknowledgeId-
- All Known Subinterfaces:
PubSubSubscriber
- All Known Implementing Classes:
BlockingGrpcPubSubSubscriber
public interface Acknowledger<AcknowledgeId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacknowledge(List<AcknowledgeId> ids)
-
-
-
Method Detail
-
acknowledge
void acknowledge(List<AcknowledgeId> ids)
-
-