Class PublishConfig
Namespace: Apollo.Configuration
Assembly: Apollo.dll
public record PublishConfig : IEquatable<PublishConfig>
Inheritance
Implements
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
Namespace
public string? Namespace { get; set; }
Property Value
ProviderPublisher
public IProviderPublisher? ProviderPublisher { get; set; }
Property Value
Subject
public string? Subject { get; set; }