route

package
v0.0.0-...-917b3cb Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2019 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 JobSender

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

func (*JobSender) Send

func (s *JobSender) Send(job *tx.Job)

type Responder

type Responder interface {
	JobSuccess(job *tx.Job, fabresp *channel.Response)
	JobFailure(job *tx.Job, err error)
}

func NewResponder

func NewResponder(encoder encoding.Encoder) Responder

type Sender

type Sender interface {
	Send(job *tx.Job)
}

func NewSender

func NewSender(invoker fab.Invoker, responder Responder, recovery bool) (Sender, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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