Uses of Class
com.oracle.bmc.streaming.requests.ConsumerCommitRequest
-
Packages that use ConsumerCommitRequest Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.requests -
-
Uses of ConsumerCommitRequest in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming with parameters of type ConsumerCommitRequest 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.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)
ConsumerCommitResponse
StreamClient. consumerCommit(ConsumerCommitRequest request)
Method parameters in com.oracle.bmc.streaming with type arguments of type ConsumerCommitRequest 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 ConsumerCommitRequest in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return ConsumerCommitRequest Modifier and Type Method Description ConsumerCommitRequest
ConsumerCommitRequest.Builder. build()
Build the instance of ConsumerCommitRequest as configured by this builderConsumerCommitRequest
ConsumerCommitRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ConsumerCommitRequest as configured by this builderMethods in com.oracle.bmc.streaming.requests with parameters of type ConsumerCommitRequest Modifier and Type Method Description ConsumerCommitRequest.Builder
ConsumerCommitRequest.Builder. copy(ConsumerCommitRequest o)
Copy method to populate the builder with values from the given instance.
-