Package | Description |
---|---|
com.oracle.bmc.streaming.model |
Modifier and Type | Method and Description |
---|---|
static CreateCursorDetails.Builder |
CreateCursorDetails.builder()
Create a new builder.
|
CreateCursorDetails.Builder |
CreateCursorDetails.Builder.copy(CreateCursorDetails model) |
CreateCursorDetails.Builder |
CreateCursorDetails.Builder.offset(Long offset)
The offset to consume from if the cursor type is
AT_OFFSET or AFTER_OFFSET . |
CreateCursorDetails.Builder |
CreateCursorDetails.Builder.partition(String partition)
The partition to get messages from.
|
CreateCursorDetails.Builder |
CreateCursorDetails.Builder.time(Date time)
The time to consume from if the cursor type is
AT_TIME , expressed in RFC
3339 timestamp format. |
CreateCursorDetails.Builder |
CreateCursorDetails.toBuilder() |
CreateCursorDetails.Builder |
CreateCursorDetails.Builder.type(CreateCursorDetails.Type type)
The type of cursor, which determines the starting point from which the stream will be
consumed:
|
Copyright © 2016–2024. All rights reserved.