Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeyConsumeFromWhere string = "consumeFromWhere" KeyQueueSelector string = "queueSelector" )
Variables ¶
This section is empty.
Functions ¶
func NewDaprQueueSelector ¶
func NewDaprQueueSelector() *daprQueueSelector
Types ¶
type QueueSelectorType ¶
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.