queue_service

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const DEFAULT_DIR = "nitric/queues/"

Variables

This section is empty.

Functions

func New

func New() (sdk.QueueService, error)

Types

type DevQueueService

type DevQueueService struct {
	sdk.UnimplementedQueuePlugin
	// contains filtered or unexported fields
}

func (*DevQueueService) Complete

func (s *DevQueueService) Complete(queue string, leaseId string) error

Completes a previously popped queue item

func (*DevQueueService) Receive

func (s *DevQueueService) Receive(options sdk.ReceiveOptions) ([]sdk.NitricTask, error)

func (*DevQueueService) Send

func (s *DevQueueService) Send(queue string, task sdk.NitricTask) error

func (*DevQueueService) SendBatch

func (s *DevQueueService) SendBatch(queue string, tasks []sdk.NitricTask) (*sdk.SendBatchResponse, error)

type Item

type Item struct {
	ID   int `storm:"id,increment"` // primary key with auto increment
	Data []byte
}

Jump to

Keyboard shortcuts

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