Skip to main content

Subscriptioncursorrequest

Represents a streaming events subscription cursor

cursor_tokenstring

The cursor token generated by Mambu

Possible values: <= 255 characters

event_typestring

Specifies the event-type of the cursor

Possible values: <= 255 characters

offsetstringrequired

The offset of this batch.

partitionstringrequired

The partition this batch belongs to.

Subscriptioncursorrequest
{
"cursor_token": "string",
"event_type": "string",
"offset": "string",
"partition": "string"
}