The result of upsert method.

interface EventRepositoryUpsertResult {
    isDuplicate: boolean;
}

Properties

Properties

isDuplicate: boolean

Indicates whether the event is a duplicate event. If it's true, the event will not be broadcasted. Otherwise, the event will be broadcasted.