inbound

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: May 9, 2023 License: Apache-2.0 Imports: 20 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MessageHandler

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

MessageHandler handles inbound envelopes, processing then dispatching to a protocol service based on the message type.

func NewInboundMessageHandler

func NewInboundMessageHandler(p provider) *MessageHandler

NewInboundMessageHandler creates an inbound message handler, that processes inbound message Envelopes, and dispatches them to the appropriate ProtocolService.

func (*MessageHandler) HandleInboundEnvelope

func (handler *MessageHandler) HandleInboundEnvelope(envelope *transport.Envelope,
) error

HandleInboundEnvelope handles an inbound envelope, dispatching it to the appropriate ProtocolService.

func (*MessageHandler) HandlerFunc

func (handler *MessageHandler) HandlerFunc() transport.InboundMessageHandler

HandlerFunc returns the MessageHandler's transport.InboundMessageHandler function.

func (*MessageHandler) Initialize

func (handler *MessageHandler) Initialize(p provider)

Initialize initializes the MessageHandler. Any call beyond the first is a no-op.

Jump to

Keyboard shortcuts

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