server

package
v0.0.0-...-9058691 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CallHandler

type CallHandler func(*amqp.Delivery) (interface{}, error)

type Option

type Option func(*Server)

func ConnAttempts

func ConnAttempts(attempts int) Option

func ConnWaitTime

func ConnWaitTime(timeout time.Duration) Option

func Timeout

func Timeout(timeout time.Duration) Option

type Server

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

func NewServer

func NewServer(url, serverExchange string, router map[string]CallHandler, opts ...Option) (*Server, error)

func (*Server) Notify

func (s *Server) Notify() <-chan error

func (*Server) Shutdown

func (s *Server) Shutdown() error

Jump to

Keyboard shortcuts

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