Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdapter ¶
func NewAdapter(ctx context.Context, envAcc pkgadapter.EnvConfigAccessor, ceClient cloudevents.Client) pkgadapter.Adapter
NewAdapter returns a constructor for the source's adapter.
func NewEnvConfig ¶
func NewEnvConfig() pkgadapter.EnvConfigAccessor
NewEnvConfig returns an accessor for the source's adapter envConfig.
Types ¶
type MessageProcessor ¶ added in v1.4.0
type MessageProcessor interface {
	Process(*sqs.Message) ([]*cloudevents.Event, error)
}
    MessageProcessor converts SQS messages to CloudEvents.
 Click to show internal directories. 
   Click to hide internal directories.