Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.model | |
com.oracle.bmc.streaming.requests | |
com.oracle.bmc.streaming.responses |
Class and Description |
---|
Stream.LifecycleState
The current state of the stream.
|
StreamSummary
Summary representation of a stream.
|
Class and Description |
---|
CreateCursorDetails
Object used to create a cursor to consume messages in a stream.
|
CreateCursorDetails.Builder |
CreateCursorDetails.Type
The type of cursor, which determines the starting point from which the stream will be consumed:
|
CreateGroupCursorDetails
Object used to create a group cursor.
|
CreateGroupCursorDetails.Builder |
CreateGroupCursorDetails.Type
The type of the cursor.
|
CreateStreamDetails
Object used to create a stream.
|
CreateStreamDetails.Builder |
Cursor
A cursor that indicates the position in the stream from which you want to begin consuming messages and which is required by the
getMessages operation. |
Cursor.Builder |
Group
Represents the current state of a consumer group, including partition reservations and committed offsets.
|
Group.Builder |
Message
A message in a stream.
|
Message.Builder |
PartitionReservation
Represents the state of a single partition reservation.
|
PartitionReservation.Builder |
PutMessagesDetails
Object that represents an array of messages to emit to a stream.
|
PutMessagesDetails.Builder |
PutMessagesDetailsEntry
Object that represents a message to emit to a stream.
|
PutMessagesDetailsEntry.Builder |
PutMessagesResult
The response to a
putMessages request. |
PutMessagesResult.Builder |
PutMessagesResultEntry
Represents the result of a
putMessages request, whether it was successful or not. |
PutMessagesResultEntry.Builder |
Stream
Detailed representation of a stream, including all its partitions.
|
Stream.Builder |
Stream.LifecycleState
The current state of the stream.
|
StreamSummary
Summary representation of a stream.
|
StreamSummary.Builder |
StreamSummary.LifecycleState
The current state of the stream.
|
UpdateGroupDetails
Request body for operationally managing a group.
|
UpdateGroupDetails.Builder |
UpdateGroupDetails.Type
The type of the cursor.
|
UpdateStreamDetails
Object used to update a stream.
|
UpdateStreamDetails.Builder |
Class and Description |
---|
CreateCursorDetails
Object used to create a cursor to consume messages in a stream.
|
CreateGroupCursorDetails
Object used to create a group cursor.
|
CreateStreamDetails
Object used to create a stream.
|
PutMessagesDetails
Object that represents an array of messages to emit to a stream.
|
Stream.LifecycleState
The current state of the stream.
|
UpdateGroupDetails
Request body for operationally managing a group.
|
UpdateStreamDetails
Object used to update a stream.
|
Class and Description |
---|
Cursor
A cursor that indicates the position in the stream from which you want to begin consuming messages and which is required by the
getMessages operation. |
Group
Represents the current state of a consumer group, including partition reservations and committed offsets.
|
Message
A message in a stream.
|
PutMessagesResult
The response to a
putMessages request. |
Stream
Detailed representation of a stream, including all its partitions.
|
StreamSummary
Summary representation of a stream.
|
Copyright © 2016–2019. All rights reserved.