Table of Contents

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

public interface IProducerDestination

Properties

Name

Gets the destination name

string Name { get; }

Property Value

string

Methods

GetNameForPartition(int)

Provides the destination name for a given partition.

string GetNameForPartition(int partition)

Parameters

partition int

the partition to find a name for

Returns

string

the destination name for the partition