Uses of Class
com.oracle.bmc.streaming.model.Cursor
-
Packages that use Cursor Package Description com.oracle.bmc.streaming.model com.oracle.bmc.streaming.responses -
-
Uses of Cursor in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return Cursor Modifier and Type Method Description Cursor
Cursor.Builder. build()
Methods in com.oracle.bmc.streaming.model with parameters of type Cursor Modifier and Type Method Description Cursor.Builder
Cursor.Builder. copy(Cursor model)
-
Uses of Cursor in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return Cursor Modifier and Type Method Description Cursor
ConsumerCommitResponse. getCursor()
The returned Cursor instance.Cursor
ConsumerHeartbeatResponse. getCursor()
The returned Cursor instance.Cursor
CreateCursorResponse. getCursor()
The returned Cursor instance.Cursor
CreateGroupCursorResponse. getCursor()
The returned Cursor instance.Methods in com.oracle.bmc.streaming.responses with parameters of type Cursor Modifier and Type Method Description ConsumerCommitResponse.Builder
ConsumerCommitResponse.Builder. cursor(Cursor cursor)
The returned Cursor instance.ConsumerHeartbeatResponse.Builder
ConsumerHeartbeatResponse.Builder. cursor(Cursor cursor)
The returned Cursor instance.CreateCursorResponse.Builder
CreateCursorResponse.Builder. cursor(Cursor cursor)
The returned Cursor instance.CreateGroupCursorResponse.Builder
CreateGroupCursorResponse.Builder. cursor(Cursor cursor)
The returned Cursor instance.
-