docs: better cloudevent explenation
Signed-off-by: Alexander Tkachev <sasha64sasha@gmail.com>
This commit is contained in:
parent
fb4f993536
commit
1187600b1b
|
@ -5,7 +5,11 @@ from typing import TypeVar
|
||||||
|
|
||||||
class CloudEvent(abc.ABC):
|
class CloudEvent(abc.ABC):
|
||||||
"""
|
"""
|
||||||
Used internally for multi-framework event type integration
|
The CloudEvent Python wrapper contract exposing generically-available
|
||||||
|
properties and APIs.
|
||||||
|
|
||||||
|
Implementations might handle fields and have other APIs exposed but are
|
||||||
|
obliged to follow this contract.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in New Issue