ReliableCollectionsRefResponse

data class ReliableCollectionsRefResponse(val doNotPersistState: Boolean? = null, val name: String)

Specifying this parameter adds support for reliable collections

Constructors

Link copied to clipboard
constructor(doNotPersistState: Boolean? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

False (the default) if ReliableCollections state is persisted to disk as usual. True if you do not want to persist state, in which case replication is still enabled and you can use ReliableCollections as distributed cache.

Link copied to clipboard

Name of ReliableCollection resource. Right now it's not used and you can use any string.