azureservicebus

package
v0.0.0-...-ed9d917 Latest Latest
Warning

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

Go to latest
Published: May 17, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Transport

type Transport struct {
	ConnectionString string
	Namespace        *asb.Namespace
	QueueManager     *asb.QueueManager
	Queue            *asb.Queue
	QueueEntity      *asb.QueueEntity
	// contains filtered or unexported fields
}

func Create

func Create(connectionString string) *Transport

func (*Transport) MessageReceived

func (t *Transport) MessageReceived(eventChannel chan *servicebus.IncomingMessageContext) chan *servicebus.IncomingMessageContext

func (*Transport) Publish

func (t *Transport) Publish(message *servicebus.OutgoingMessageContext) error

func (*Transport) RegisterRouting

func (t *Transport) RegisterRouting(route string) error

func (*Transport) Send

func (t *Transport) Send(destination string, command *servicebus.OutgoingMessageContext) error

func (*Transport) SendLocal

func (t *Transport) SendLocal(command *servicebus.OutgoingMessageContext) error

func (*Transport) Start

func (t *Transport) Start(endpointName string) error

func (Transport) UnregisterRouting

func (Transport) UnregisterRouting(route string) error

Jump to

Keyboard shortcuts

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