Versions in this module Expand all Collapse all v3 v3.2.0 Dec 3, 2024 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 git.buildlinx.io/buildlinx/edgelinx/go-libs/app-functions-sdk-go/v4