# Functions
No description provided by the author
MessageToDrop creates a Message to be dropped.
NewBatchResponse is a utility function used to create a new batchResponse object Specifying an id is a mandatory requirement, as it is required to reference the responses back to a request.
No description provided by the author
NewMessage creates a Message with value.
NewServer creates a new batch map server.
WithMaxMessageSize sets the server max receive message size and the server max send message size to the given size.
WithServerInfoFilePath sets the server info file path to the given path.
WithSockAddr start the server with the given sock addr.
# Variables
U+005C__DROP__.
# Interfaces
BatchMapper is the interface for a Batch Map mode where the user is given a list of messages, and they return the consolidated response for all of them together.
Datum contains methods to get the payload information.
# Type aliases
BatchMapperFunc is a utility type used to convert a batch map function to a BatchMapper.
BatchResponses is a list of batchResponse which signify the consolidated results for a batch of input messages.
No description provided by the author
Option is the interface to apply options.