# Functions
NewClient creates a Client given a ClientConfig.
# Constants
Read from the earliest marked position still available to the pipeline.
Read from the latest marked position still available to the pipeline.
# Structs
Client is a client for Adobe Pipeline.
ClientConfig is the configuration for a Client.
Envelope is the envelope sent from the pipeline.
EnvelopeOrError is one message sent to the client when reading from thepipeline.
Error is an error message whose information is gathered from an error response returned by Adobe Pipeline.
Message is a message published by a client or received through the pipeline.
ReceiveRequest is the information sent for setting up the reception of messages via Adobe Pipeline.
Report is a collection of Adobe Pipeline errors.
ReportError is a detailed error returned by Adobe Pipeline.
No description provided by the author
# Interfaces
TokenGetter is the user-provided logic for obtaining a Bearer token.
# Type aliases
Reset indicates where to read messages from when connecting to the pipeline.
TokenGetterFunc implements a TokenGetter backed by a function.