queue_service

package
v0.0.0-...-7ecd45b Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IQueueService

type IQueueService interface {
	Initialize(config *config_service.Config)
	Process(handlerService handler_service.IHandlerService)
}

type QueueService

type QueueService struct {
	IQueueService
	Config *config_service.Config
}

func (*QueueService) Initialize

func (service *QueueService) Initialize(config *config_service.Config)

type RabbitmqQueueService

type RabbitmqQueueService struct {
	QueueService
}

func (RabbitmqQueueService) Process

func (service RabbitmqQueueService) Process(handlerService handler_service.IHandlerService)

Jump to

Keyboard shortcuts

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