Interface IProducerDestination
Represents a ProducerDestination 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 IProducerDestination
Properties
| Edit this page View SourceName
Gets the destination name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Edit this page View SourceGetNameForPartition(Int32)
Provides the destination name for a given partition.
Declaration
string GetNameForPartition(int partition)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | partition | the partition to find a name for |
Returns
Type | Description |
---|---|
System.String | the destination name for the partition |