storagequeues

package
v1.8.3-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2022 License: Apache-2.0 Imports: 15 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AzureQueueHelper

type AzureQueueHelper struct {
	// contains filtered or unexported fields
}

AzureQueueHelper concrete impl of queue helper.

func (*AzureQueueHelper) Init

func (d *AzureQueueHelper) Init(endpoint string, accountName string, accountKey string, queueName string, decodeBase64 bool) error

Init sets up this helper.

func (*AzureQueueHelper) Read

func (d *AzureQueueHelper) Read(ctx context.Context, consumer *consumer) error

func (*AzureQueueHelper) Write

func (d *AzureQueueHelper) Write(ctx context.Context, data []byte, ttl *time.Duration) error

type AzureStorageQueues

type AzureStorageQueues struct {
	// contains filtered or unexported fields
}

AzureStorageQueues is an input/output binding reading from and sending events to Azure Storage queues.

func NewAzureStorageQueues

func NewAzureStorageQueues(logger logger.Logger) *AzureStorageQueues

NewAzureStorageQueues returns a new AzureStorageQueues instance.

func (*AzureStorageQueues) Init

func (a *AzureStorageQueues) Init(metadata bindings.Metadata) error

Init parses connection properties and creates a new Storage Queue client.

func (*AzureStorageQueues) Invoke

func (*AzureStorageQueues) Operations

func (a *AzureStorageQueues) Operations() []bindings.OperationKind

func (*AzureStorageQueues) Read

func (a *AzureStorageQueues) Read(handler bindings.Handler) error

type QueueHelper

type QueueHelper interface {
	Init(endpoint string, accountName string, accountKey string, queueName string, decodeBase64 bool) error
	Write(ctx context.Context, data []byte, ttl *time.Duration) error
	Read(ctx context.Context, consumer *consumer) error
}

QueueHelper enables injection for testnig.

func NewAzureQueueHelper

func NewAzureQueueHelper(logger logger.Logger) QueueHelper

NewAzureQueueHelper creates new helper.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL