Interface IConsumerDestination
Represents a ConsumerDestination that provides the information about the destination that is physically provisioned through a provisioning provider
Namespace: Steeltoe.Stream.Provisioning
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public interface IConsumerDestination
Properties
| Edit this page View SourceName
Gets the destination name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |