Table of Contents

Class DaprConstants

Namespace
Virtufin.WebSocketManager.Configuration
Assembly
Virtufin.WebSocketManager.dll
public static class DaprConstants
Inheritance
DaprConstants
Inherited Members

Fields

ClearAllOnStartEnvVar

public const string ClearAllOnStartEnvVar = "CLEAR_ALL_ON_START"

Field Value

string

HostnameEnvVar

public const string HostnameEnvVar = "HOSTNAME"

Field Value

string

IndexKey

public const string IndexKey = "websocketmanager.connection.index"

Field Value

string

InstanceIndexKeyPrefix

public const string InstanceIndexKeyPrefix = "websocketmanager.instance.index."

Field Value

string

KeyPrefix

public const string KeyPrefix = "websocketmanager.connection."

Field Value

string

PubsubName

public const string PubsubName = "pubsub"

Field Value

string

PubsubNameKey

public const string PubsubNameKey = "pubsubName"

Field Value

string

StateStoreName

public const string StateStoreName = "statestore"

Field Value

string

StateStoreNameKey

public const string StateStoreNameKey = "stateStoreName"

Field Value

string

Methods

InstanceIndexKey(string)

public static string InstanceIndexKey(string instanceId)

Parameters

instanceId string

Returns

string