Condividi tramite


IEventHubQueueMapper Interfaccia

Definizione

Mapper coda di flusso che esegue il mapping delle partizioni di Hub eventi a QueueIds

public interface IEventHubQueueMapper : Orleans.Streams.IStreamQueueMapper
type IEventHubQueueMapper = interface
    interface IStreamQueueMapper
Public Interface IEventHubQueueMapper
Implements IStreamQueueMapper
Derivato
Implementazioni

Metodi

GetAllQueues()

Ottiene tutte le code.

(Ereditato da IStreamQueueMapper)
GetQueueForStream(Guid, String)

Mapper coda di flusso che esegue il mapping delle partizioni di Hub eventi a QueueIds

(Ereditato da IStreamQueueMapper)
GetQueueForStream(StreamId)

Ottiene la coda per il flusso specificato.

(Ereditato da IStreamQueueMapper)
QueueToPartition(QueueId)

Ottiene la partizione di EventHub in base a QueueId

Si applica a