Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.requests |
Modifier and Type | Method and Description |
---|---|
GetGroupResponse |
StreamClient.getGroup(GetGroupRequest request) |
GetGroupResponse |
Stream.getGroup(GetGroupRequest request)
Returns the current state of a consumer group.
|
Future<GetGroupResponse> |
StreamAsyncClient.getGroup(GetGroupRequest request,
AsyncHandler<GetGroupRequest,GetGroupResponse> handler) |
Future<GetGroupResponse> |
StreamAsync.getGroup(GetGroupRequest request,
AsyncHandler<GetGroupRequest,GetGroupResponse> handler)
Returns the current state of a consumer group.
|
Modifier and Type | Method and Description |
---|---|
Future<GetGroupResponse> |
StreamAsyncClient.getGroup(GetGroupRequest request,
AsyncHandler<GetGroupRequest,GetGroupResponse> handler) |
Future<GetGroupResponse> |
StreamAsync.getGroup(GetGroupRequest request,
AsyncHandler<GetGroupRequest,GetGroupResponse> handler)
Returns the current state of a consumer group.
|
Modifier and Type | Method and Description |
---|---|
GetGroupRequest |
GetGroupRequest.Builder.build()
Build the instance of GetGroupRequest as configured by this builder
|
GetGroupRequest |
GetGroupRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetGroupRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetGroupRequest.Builder |
GetGroupRequest.Builder.copy(GetGroupRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.