structs

package
v1.38.2 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PublishToExchangeTask

type PublishToExchangeTask struct {
	// required
	Message      interface{}
	ExchangeName string

	// optional
	RoutingKey         string
	ResponseRoutingKey string
	CorrelationID      string
}

type RMQHeader

type RMQHeader struct {
	Name  string
	Value interface{}
}

type RMQPublishRequestTask

type RMQPublishRequestTask struct {
	// required
	QueueName   string
	MessageBody interface{}

	// optional
	ResponseRoutingKey string
	CorrelationID      string
}

RMQPublishRequestTask - publish message to RMQ task data container

Jump to

Keyboard shortcuts

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