Documentation ¶
Index ¶
Constants ¶
View Source
const ( SystemMetadata_UserStreamAcl = "$userStreamAcl" SystemMetadata_SystemStreamAcl = "$systemStreamAcl" SystemStreams_StreamsStream = "$streams" SystemStreams_SettingsStream = "$settings" SystemStreams_StatsStreamPrefix = "$stats" SystemEventTypes_StreamDeleted = "$streamDeleted" SystemEventTypes_StatsCollection = "$statsCollected" SystemEventTypes_LinkTo = "$>" SystemEventTypes_StreamMetadata = "$metadata" SystemEventTypes_Settings = "$settings" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SystemConsumerStrategies ¶
type SystemConsumerStrategies string
const ( SystemConsumerStrategies_DispatchToSingle SystemConsumerStrategies = "DispatchToSingle" SystemConsumerStrategies_RoundRobin SystemConsumerStrategies = "RoundRobin" SystemConsumerStrategies_Pinned SystemConsumerStrategies = "Pinned" )
func (SystemConsumerStrategies) IsRoundRobin ¶
func (s SystemConsumerStrategies) IsRoundRobin() bool
func (SystemConsumerStrategies) ToString ¶
func (s SystemConsumerStrategies) ToString() string
Click to show internal directories.
Click to hide internal directories.