Versions in this module Expand all Collapse all v4 v4.0.0 Apr 3, 2025 Changes in this version + type MessageProcessor interface + MessageReceived func(ctx interfaces.AppFunctionContext, envelope types.MessageEnvelope, ...) error + ReceivedInvalidMessage func() + type ServiceBinding interface + BuildContext func(env types.MessageEnvelope) interfaces.AppFunctionContext + Config func() *common.ConfigurationStruct + DecodeMessage func(appContext *appfunction.Context, envelope types.MessageEnvelope) (interface{}, *runtime.MessageError, bool) + GetDefaultPipeline func() *interfaces.FunctionPipeline + GetMatchingPipelines func(incomingTopic string) []*interfaces.FunctionPipeline + LoadCustomConfig func(config interfaces.UpdatableConfig, sectionName string) error + LoggingClient func() logger.LoggingClient + ProcessMessage func(appContext *appfunction.Context, data interface{}, ...) *runtime.MessageError + SecretProvider func() messaging.SecretDataProvider Other modules containing this package github.com/agile-edge/app-functions-sdk-go/v3