Table of Contents

Class PubSubOptions

Namespace
GroupeIsa.Neos.ClusterCommunication
Assembly
GroupeIsa.Neos.ClusterCommunication.dll

Represents the options for the pub/sub component.

public class PubSubOptions
Inheritance
PubSubOptions
Inherited Members

Properties

RawPayload

Gets or sets a value indicating whether the payload should be sent raw (without CloudEvent and Neos envelops).

public bool RawPayload { get; set; }

Property Value

bool

TimeToLiveInSeconds

Gets or sets the event time to live in seconds.

public int TimeToLiveInSeconds { get; set; }

Property Value

int