# Functions
No description provided by the author
NewBatchByCount create, initializes and returns a new instance for BatchConfig.
NewBatchByTime create, initializes and returns a new instance for BatchConfig.
NewBatchByTimeAndCount create, initializes and returns a new instance for BatchConfig.
NewCompression creates, initializes and returns a new instance of Compression.
NewConversion creates, initializes and returns a new instance of Conversion.
NewCoreDataBinaryReading Is provided to interact with CoreData to add a binary reading.
NewCoreDataSimpleReading Is provided to interact with CoreData to add a simple reading.
NewEncryption creates, initializes and returns a new instance of Encryption.
NewEncryptionWithSecrets creates, initializes and returns a new instance of Encryption configured to retrieve the encryption key from the Secret Store.
NewFilterFor creates, initializes and returns a new instance of Filter that defaults FilterOut to false, so it is filtering for specified values.
NewFilterOut creates, initializes and returns a new instance of Filter that defaults FilterOut to true, so it is filtering out specified values.
NewHTTPSender creates, initializes and returns a new instance of HTTPSender.
NewHTTPSenderWithOptions creates, initializes and returns a new instance of HTTPSender configured with provided options.
NewHTTPSenderWithSecretHeader creates, initializes and returns a new instance of HTTPSender configured to use a secret header.
NewHTTPSSender creates, initializes and returns a new instance of HTTPSender.
NewJSONLogic creates, initializes and returns a new instance of HTTPSender.
NewMQTTSecretSender ...
NewMQTTSecretSenderWithTopicFormatter allows passing a function to build a final publish topic from the combination of the configured topic and the input parameters passed to MQTTSend.
NewResponseData creates, initializes and returns a new instance of ResponseData.
NewTags creates, initializes and returns a new instance of Tags.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BatchConfig ...
No description provided by the author
Conversion houses various built in conversion transforms (XML, JSON, CSV).
No description provided by the author
No description provided by the author
Filter houses various the parameters for which filter transforms filter on.
HTTPSender ...
HTTPSenderOptions contains all options available to the sender.
JSONLogic ...
MQTTSecretConfig ...
MQTTSecretSender ...
ResponseData houses transform for outputting data to configured trigger response, i.e.
Tags contains the list of Tag key/values.
# Type aliases
BatchMode Enum for choosing behavior of Batch.
StringValuesFormatter defines a function signature to perform string formatting operations using an AppFunction payload.