Package | Description |
---|---|
com.oracle.bmc.streaming.model |
Modifier and Type | Method and Description |
---|---|
static CreateGroupCursorDetails.Builder |
CreateGroupCursorDetails.builder()
Create a new builder.
|
CreateGroupCursorDetails.Builder |
CreateGroupCursorDetails.Builder.commitOnGet(Boolean commitOnGet)
When using consumer-groups, the default commit-on-get behaviour can be overriden by
setting this value to false.
|
CreateGroupCursorDetails.Builder |
CreateGroupCursorDetails.Builder.copy(CreateGroupCursorDetails model) |
CreateGroupCursorDetails.Builder |
CreateGroupCursorDetails.Builder.groupName(String groupName)
Name of the consumer group.
|
CreateGroupCursorDetails.Builder |
CreateGroupCursorDetails.Builder.instanceName(String instanceName)
A unique identifier for the instance joining the consumer group.
|
CreateGroupCursorDetails.Builder |
CreateGroupCursorDetails.Builder.time(Date time)
The time to consume from if type is AT_TIME.
|
CreateGroupCursorDetails.Builder |
CreateGroupCursorDetails.Builder.timeoutInMs(Integer timeoutInMs)
The amount of a consumer instance inactivity time, before partition reservations are
released.
|
CreateGroupCursorDetails.Builder |
CreateGroupCursorDetails.toBuilder() |
CreateGroupCursorDetails.Builder |
CreateGroupCursorDetails.Builder.type(CreateGroupCursorDetails.Type type)
The type of the cursor.
|
Copyright © 2016–2024. All rights reserved.