Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeyConsumeFromWhere string = "consumeFromWhere" KeyQueueSelector string = "queueSelector" )
Variables ¶
This section is empty.
Functions ¶
func NewDaprQueueSelector ¶ added in v1.10.1
func NewDaprQueueSelector() *daprQueueSelector
Types ¶
type QueueSelectorType ¶ added in v1.10.1
type QueueSelectorType string
const ( HashQueueSelector QueueSelectorType = "hash" RandomQueueSelector QueueSelectorType = "random" ManualQueueSelector QueueSelectorType = "manual" RoundRobinQueueSelector QueueSelectorType = "roundRobin" DaprQueueSelector QueueSelectorType = "dapr" )
Click to show internal directories.
Click to hide internal directories.