Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GolangRuntime ¶
type GolangRuntime struct { TargetType interface{} // contains filtered or unexported fields }
GolangRuntime represents the golang runtime environment
func (*GolangRuntime) ProcessMessage ¶ added in v1.0.0
func (gr *GolangRuntime) ProcessMessage(edgexcontext *appcontext.Context, envelope types.MessageEnvelope) *MessageError
ProcessMessage sends the contents of the message thru the functions pipeline
func (*GolangRuntime) SetTransforms ¶ added in v1.0.0
func (gr *GolangRuntime) SetTransforms(transforms []appcontext.AppFunction)
SetTransforms is thread safe to set transforms
type MessageError ¶ added in v1.0.0
Click to show internal directories.
Click to hide internal directories.