msg

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InnerMessage

type InnerMessage struct {
	Envelope  *message.Envelope
	OnErr     func(error)
	OnSuccess func(interface{})
}

type OutterMessage

type OutterMessage struct {
	Envelope     *message.Envelope
	Message      *message.StreamMessage
	ConnectionID string
	Conn         connection
	sync.Mutex
}

func (*OutterMessage) Respond

func (m *OutterMessage) Respond(envelope *message.Envelope, successCallBack func(interface{}), errCallBack func(error))

Respond sends a msg to the source that sent the ReceivedMessageImpl

Jump to

Keyboard shortcuts

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