org
.
zalando
.
kanadi
models
package
models
Visibility
Public
All
Type Members
final
case class
BasicServerError
(
error:
String
,
errorDescription:
String
)
extends
Product
with
Serializable
final
case class
CursorToken
(
id:
UUID
)
extends
AnyVal
with
Product
with
Serializable
final
case class
CustomHeaders
(
headers:
Map
[
String
,
String
]
)
extends
AnyVal
with
Product
with
Serializable
final
case class
EventId
(
id:
String
)
extends
AnyVal
with
Product
with
Serializable
final
case class
EventTypeName
(
name:
String
)
extends
AnyVal
with
Product
with
Serializable
class
ExpectedHeader
extends
Exception
class
GeneralError
extends
Exception
final
case class
HttpConfig
(
censorOAuth2Token:
Boolean
,
singleStringChunkLength:
Int
,
eventListChunkLength:
Int
,
noEmptySlotsCursorResetRetryDelay:
FiniteDuration
,
serverDisconnectRetryDelay:
FiniteDuration
)
extends
Product
with
Serializable
final
case class
OtherError
(
error:
BasicServerError
)
extends
Exception
with
Product
with
Serializable
final
case class
PaginationLink
(
href:
URI
)
extends
AnyVal
with
Product
with
Serializable
final
case class
PaginationLinks
(
prev:
Option
[
PaginationLink
]
,
next:
Option
[
PaginationLink
]
)
extends
Product
with
Serializable
final
case class
Partition
(
id:
String
)
extends
AnyVal
with
Product
with
Serializable
final
case class
PartitionCompactionKey
(
key:
String
)
extends
AnyVal
with
Product
with
Serializable
final
case class
ReadScope
(
id:
String
)
extends
AnyVal
with
Product
with
Serializable
final
case class
SpanCtx
(
ctx:
Map
[
String
,
String
]
)
extends
AnyVal
with
Product
with
Serializable
final
case class
StreamId
(
id:
String
)
extends
AnyVal
with
Product
with
Serializable
final
case class
SubscriptionId
(
id:
UUID
)
extends
AnyVal
with
Product
with
Serializable
final
case class
WriteScope
(
id:
String
)
extends
AnyVal
with
Product
with
Serializable
Value Members
object
BasicServerError
extends
Serializable
object
CursorToken
extends
Serializable
object
EventId
extends
Serializable
object
EventTypeName
extends
Serializable
object
PaginationLink
extends
Serializable
object
PaginationLinks
extends
Serializable
object
Partition
extends
Serializable
object
PartitionCompactionKey
extends
Serializable
object
ReadScope
extends
Serializable
object
SpanCtx
extends
Serializable
object
StreamId
extends
Serializable
object
SubscriptionId
extends
Serializable
object
WriteScope
extends
Serializable
Ungrouped