Interface IProducerDestination
- Namespace
- Steeltoe.Stream.Provisioning
- Assembly
- Steeltoe.Stream.Abstractions.dll
Represents a ProducerDestination 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 IProducerDestinationProperties
Name
Gets the destination name
string Name { get; }Property Value
Methods
GetNameForPartition(int)
Provides the destination name for a given partition.
string GetNameForPartition(int partition)Parameters
- partitionint
- the partition to find a name for 
Returns
- string
- the destination name for the partition