interface ActivateMessage {
    cache_mode: "nocache" | "cache";
    entity?: string;
    guid?: string;
    topic?: string;
    type: "activate";
    until_version: string;
}

Hierarchy

  • QuorumMessageBase
    • ActivateMessage

Properties

cache_mode: "nocache" | "cache"
entity?: string
guid?: string
topic?: string
type: "activate"
until_version: string