EventBus in SAP UI5 and Kyma

SAP UI5

EventBus是一个小型的subscribe/publish模式实现,位于namespace sap.ui.core下面。
subscribe:

EventBus in SAP UI5 and Kyma_第1张图片

publish:

EventBus in SAP UI5 and Kyma_第2张图片

消息订阅:

EventBus in SAP UI5 and Kyma_第3张图片

消息发布:

EventBus in SAP UI5 and Kyma_第4张图片

Kyma

EventBus in SAP UI5 and Kyma_第5张图片

Kyma Event Bus receives Events from external solutions and triggers the business logic created with lambda functions and services in Kyma. The Event Bus is based on the NATS Streamingopen source messaging system for cloud-native applications.

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

你可能感兴趣的:(event,eventbus,ui,sap,saprfc)