emitter

package
v0.0.0-...-f393e96 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package emitter contains the interfaces that the Payment service in the ACME Serverless Fitness Shop needs to send events to other services. In order to add a new service, the EventEmitter interface needs to be implemented.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventEmitter

type EventEmitter interface {
	Send(e acmeserverless.CreditCardValidatedEvent) error
}

EventEmitter is the interface that describes the methods the eventing service needs to implement to be able to work with the ACME Serverless Fitness Shop.

Directories

Path Synopsis
Package eventbridge uses Amazon EventBridge as a serverless event bus that makes it easy to connect applications together using data from your own applications, integrated Software-as-a-Service (SaaS) applications, and Serverless Fitness Shops.
Package eventbridge uses Amazon EventBridge as a serverless event bus that makes it easy to connect applications together using data from your own applications, integrated Software-as-a-Service (SaaS) applications, and Serverless Fitness Shops.
Package mock uses the log file to log all incoming events.
Package mock uses the log file to log all incoming events.
Package sqs uses Amazon Simple Queue Service (SQS) as a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless fitness shops.
Package sqs uses Amazon Simple Queue Service (SQS) as a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless fitness shops.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL