当前位置:网站首页>AUTOSAR从入门到精通100讲(106)-域控制器中的SOA
AUTOSAR从入门到精通100讲(106)-域控制器中的SOA
2022-07-04 09:35:00 【格图洛书】
01原子服务
说到服务架构,关于原子服务的话题非常火,那么,什么是原子服务?原子服务有哪些特征?在系统层面如何拆分业务服务并且定义原子服务?原子服务对我们的软件又有什么影响呢?他和服务的关系又是什么呢?
我们先从服务的最小单元——原子服务讲起。原子服务的定义是:业务上最小粒度的一系列操作。原子服务的特点是松耦合,相对独立,且在可预见的范围内不会对其他原子服务造成影响。任何一项都划定了自己的业务范围;他们不用关心非自己业务范围是如何实现,对于调用其他原子服务,只需要考虑调用场景及返回结果如何处理即可。
举一个例子,先看看下面三句话:
现金存款是金融账户发生现金交易的收费服务行为。
信用卡还款是金融账户发生的,可能有银联参与的、信用卡的现金交易。
现金转账是金融账户与交易对手金融账户发生现金交易的收费服务行为。
这三句话中的,现金存款、信用卡还款和现金转账就是服务,现金交易就是原子服务,而金融账户、银联卡和信用卡则是服务的业务参与方,也是大家熟知的服务消费者和提供方。
通过这个例子,大家应该对原子服务已经有了一个基本的概念。那么,服务是由原子服务构成的,SOA是不是只是简单地由服务构成的呢?
边栏推荐
- Nuxt reports an error: render function or template not defined in component: anonymous
- lolcat
- Exercise 7-4 find out the elements that are not common to two arrays (20 points)
- Daughter love in lunch box
- In the case of easyUI DataGrid paging, click the small triangle icon in the header to reorder all the data in the database
- C # use gdi+ to add text to the picture and make the text adaptive to the rectangular area
- Mmclassification annotation file generation
- About the for range traversal operation in channel in golang
- Logstack configuration details -- elasticstack (elk) work notes 020
- Les différents modèles imbriqués de listview et Pageview avec les conseils de flutter
猜你喜欢
JDBC and MySQL database
Pcl:: fromrosmsg alarm failed to find match for field 'intensity'
el-table单选并隐藏全选框
Hands on deep learning (44) -- seq2seq principle and Implementation
Hands on deep learning (39) -- gating cycle unit Gru
C # use ffmpeg for audio transcoding
2022-2028 global small batch batch batch furnace industry research and trend analysis report
Nuxt reports an error: render function or template not defined in component: anonymous
C语言指针经典面试题——第一弹
Matlab tips (25) competitive neural network and SOM neural network
随机推荐
Qtreeview+ custom model implementation example
什么是 DevSecOps?2022 年的定义、流程、框架和最佳实践
Hands on deep learning (33) -- style transfer
【leetcode】29. Divide two numbers
智慧路灯杆水库区安全监测应用
Basic data types in golang
PHP student achievement management system, the database uses mysql, including source code and database SQL files, with the login management function of students and teachers
Intelligent gateway helps improve industrial data acquisition and utilization
2022-2028 global gasket metal plate heat exchanger industry research and trend analysis report
el-table单选并隐藏全选框
Write a jison parser from scratch (2/10): learn the correct posture of the parser generator parser generator
Go context basic introduction
2022-2028 global intelligent interactive tablet industry research and trend analysis report
Global and Chinese market of wheel hubs 2022-2028: Research Report on technology, participants, trends, market size and share
C # use ffmpeg for audio transcoding
Exercise 8-7 string sorting (20 points)
El Table Radio select and hide the select all box
自动化的优点有哪些?
浅谈Multus CNI
C # use gdi+ to add text with center rotation (arbitrary angle)