class documentation

Inbound interceptor to wrap outbound creation and activity execution.

This should be extended by any activity inbound interceptors.

Method __init__ Create the inbound interceptor.
Async Method execute_activity Called to invoke the activity.
Method init Initialize with an outbound interceptor.
Instance Variable next Undocumented