Interface IConsumerDestination
- Namespace
- Steeltoe.Stream.Provisioning
- Assembly
- Steeltoe.Stream.Abstractions.dll
Represents a ConsumerDestination that provides the information about the destination that is physically provisioned through a provisioning provider
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IConsumerDestination
Properties
Name
Gets the destination name
string Name { get; }