| Interface | Description | 
|---|---|
| PromiseDecorator | Decorates any function execution potentially wrapping an asynchronous function execution in new functionality. | 
| PromiseDecoratorLookupStrategy | A lookup strategy for PromiseDecorator instances | 
| PromiseDecoratorProvider | Interface for classes that provide promise decorators to implement |