event

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package event contains metadata syncing topics.

Index

Constants

This section is empty.

Variables

View Source
var (
	// MeasureShardEventKindVersion is the version tag of measure shard event kind.
	MeasureShardEventKindVersion = common.KindVersion{
		Version: "v1",
		Kind:    "measure-event-shard",
	}

	// MeasureTopicShardEvent is the measure shard event publishing topic.
	MeasureTopicShardEvent = bus.UniTopic(MeasureShardEventKindVersion.String())

	// MeasureEntityEventKindVersion is the version tag of measure entity kind.
	MeasureEntityEventKindVersion = common.KindVersion{
		Version: "v1",
		Kind:    "measure-event-entity",
	}

	// MeasureTopicEntityEvent is the measure entity event publishing topic.
	MeasureTopicEntityEvent = bus.UniTopic(MeasureEntityEventKindVersion.String())
)
View Source
var (
	// StreamShardEventKindVersion is the version tag of stream shard entity kind.
	StreamShardEventKindVersion = common.KindVersion{
		Version: "v1",
		Kind:    "stream-event-shard",
	}

	// StreamTopicShardEvent is the stream entity event publishing topic.
	StreamTopicShardEvent = bus.UniTopic(StreamShardEventKindVersion.String())

	// StreamEntityEventKindVersion is the version tag of stream entity kind.
	StreamEntityEventKindVersion = common.KindVersion{
		Version: "v1",
		Kind:    "stream-event-entity",
	}

	// StreamTopicEntityEvent is the stream entity event publishing topic.
	StreamTopicEntityEvent = bus.UniTopic(StreamEntityEventKindVersion.String())
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL