Uses of Class
com.oracle.bmc.streaming.responses.ConsumerCommitResponse
-
Packages that use ConsumerCommitResponse Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.responses -
-
Uses of ConsumerCommitResponse in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming that return ConsumerCommitResponse Modifier and Type Method Description ConsumerCommitResponse
Stream. consumerCommit(ConsumerCommitRequest request)
Provides a mechanism to manually commit offsets, if not using commit-on-get consumer semantics.ConsumerCommitResponse
StreamClient. consumerCommit(ConsumerCommitRequest request)
Methods in com.oracle.bmc.streaming that return types with arguments of type ConsumerCommitResponse Modifier and Type Method Description Future<ConsumerCommitResponse>
StreamAsync. consumerCommit(ConsumerCommitRequest request, AsyncHandler<ConsumerCommitRequest,ConsumerCommitResponse> handler)
Provides a mechanism to manually commit offsets, if not using commit-on-get consumer semantics.Future<ConsumerCommitResponse>
StreamAsyncClient. consumerCommit(ConsumerCommitRequest request, AsyncHandler<ConsumerCommitRequest,ConsumerCommitResponse> handler)
Method parameters in com.oracle.bmc.streaming with type arguments of type ConsumerCommitResponse Modifier and Type Method Description Future<ConsumerCommitResponse>
StreamAsync. consumerCommit(ConsumerCommitRequest request, AsyncHandler<ConsumerCommitRequest,ConsumerCommitResponse> handler)
Provides a mechanism to manually commit offsets, if not using commit-on-get consumer semantics.Future<ConsumerCommitResponse>
StreamAsyncClient. consumerCommit(ConsumerCommitRequest request, AsyncHandler<ConsumerCommitRequest,ConsumerCommitResponse> handler)
-
Uses of ConsumerCommitResponse in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return ConsumerCommitResponse Modifier and Type Method Description ConsumerCommitResponse
ConsumerCommitResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.streaming.responses with parameters of type ConsumerCommitResponse Modifier and Type Method Description ConsumerCommitResponse.Builder
ConsumerCommitResponse.Builder. copy(ConsumerCommitResponse o)
Copy method to populate the builder with values from the given instance.
-