Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.responses |
Modifier and Type | Method and Description |
---|---|
UpdateGroupResponse |
StreamClient.updateGroup(UpdateGroupRequest request) |
UpdateGroupResponse |
Stream.updateGroup(UpdateGroupRequest request)
Forcefully changes the current location of a group as a whole; reseting processing location
of all consumers to a particular location in the stream.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateGroupResponse> |
StreamAsyncClient.updateGroup(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResponse> handler) |
Future<UpdateGroupResponse> |
StreamAsync.updateGroup(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResponse> handler)
Forcefully changes the current location of a group as a whole; reseting processing location
of all consumers to a particular location in the stream.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateGroupResponse> |
StreamAsyncClient.updateGroup(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResponse> handler) |
Future<UpdateGroupResponse> |
StreamAsync.updateGroup(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResponse> handler)
Forcefully changes the current location of a group as a whole; reseting processing location
of all consumers to a particular location in the stream.
|
Modifier and Type | Method and Description |
---|---|
UpdateGroupResponse |
UpdateGroupResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
UpdateGroupResponse.Builder |
UpdateGroupResponse.Builder.copy(UpdateGroupResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.