Table of Contents

Class PublishConfig

Namespace: Apollo.Configuration
Assembly: Apollo.dll

public record PublishConfig : IEquatable<PublishConfig>

Inheritance

objectPublishConfig

Implements

IEquatable<PublishConfig>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

EndpointName

public string? EndpointName { get; init; }

Property Value

string?

Namespace

public string? Namespace { get; set; }

Property Value

string?

ProviderPublisher

public IProviderPublisher? ProviderPublisher { get; set; }

Property Value

IProviderPublisher?

Subject

public string? Subject { get; set; }

Property Value

string?