Uses of Class
com.oracle.bmc.streaming.responses.ConsumerHeartbeatResponse
-
Packages that use ConsumerHeartbeatResponse Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.responses -
-
Uses of ConsumerHeartbeatResponse in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming that return ConsumerHeartbeatResponse Modifier and Type Method Description ConsumerHeartbeatResponse
Stream. consumerHeartbeat(ConsumerHeartbeatRequest request)
Allows long-running processes to extend the timeout on partitions reserved by a consumer instance.ConsumerHeartbeatResponse
StreamClient. consumerHeartbeat(ConsumerHeartbeatRequest request)
Methods in com.oracle.bmc.streaming that return types with arguments of type ConsumerHeartbeatResponse Modifier and Type Method Description Future<ConsumerHeartbeatResponse>
StreamAsync. consumerHeartbeat(ConsumerHeartbeatRequest request, AsyncHandler<ConsumerHeartbeatRequest,ConsumerHeartbeatResponse> handler)
Allows long-running processes to extend the timeout on partitions reserved by a consumer instance.Future<ConsumerHeartbeatResponse>
StreamAsyncClient. consumerHeartbeat(ConsumerHeartbeatRequest request, AsyncHandler<ConsumerHeartbeatRequest,ConsumerHeartbeatResponse> handler)
Method parameters in com.oracle.bmc.streaming with type arguments of type ConsumerHeartbeatResponse Modifier and Type Method Description Future<ConsumerHeartbeatResponse>
StreamAsync. consumerHeartbeat(ConsumerHeartbeatRequest request, AsyncHandler<ConsumerHeartbeatRequest,ConsumerHeartbeatResponse> handler)
Allows long-running processes to extend the timeout on partitions reserved by a consumer instance.Future<ConsumerHeartbeatResponse>
StreamAsyncClient. consumerHeartbeat(ConsumerHeartbeatRequest request, AsyncHandler<ConsumerHeartbeatRequest,ConsumerHeartbeatResponse> handler)
-
Uses of ConsumerHeartbeatResponse in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return ConsumerHeartbeatResponse Modifier and Type Method Description ConsumerHeartbeatResponse
ConsumerHeartbeatResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.streaming.responses with parameters of type ConsumerHeartbeatResponse Modifier and Type Method Description ConsumerHeartbeatResponse.Builder
ConsumerHeartbeatResponse.Builder. copy(ConsumerHeartbeatResponse o)
Copy method to populate the builder with values from the given instance.
-