CN114466055A - Service processing method and device - Google Patents

Service processing method and device Download PDF

Info

Publication number
CN114466055A
CN114466055A CN202111614712.9A CN202111614712A CN114466055A CN 114466055 A CN114466055 A CN 114466055A CN 202111614712 A CN202111614712 A CN 202111614712A CN 114466055 A CN114466055 A CN 114466055A
Authority
CN
China
Prior art keywords
service
adapter
processing
data
functional components
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202111614712.9A
Other languages
Chinese (zh)
Other versions
CN114466055B (en
Inventor
李海兵
李国林
李小壮
王柄淋
王妍兰
叶子聪
李汉财
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianyi Cloud Technology Co Ltd
Original Assignee
Tianyi Cloud Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tianyi Cloud Technology Co Ltd filed Critical Tianyi Cloud Technology Co Ltd
Priority to CN202111614712.9A priority Critical patent/CN114466055B/en
Priority claimed from CN202111614712.9A external-priority patent/CN114466055B/en
Publication of CN114466055A publication Critical patent/CN114466055A/en
Application granted granted Critical
Publication of CN114466055B publication Critical patent/CN114466055B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5041Network service management, e.g. ensuring proper service fulfilment according to agreements characterised by the time relationship between creation and deployment of a service
    • H04L41/5051Service on demand, e.g. definition and deployment of services in real time

Abstract

The invention provides a service processing method and a device, wherein the method comprises the following steps: inputting the business data in the business object into an adapter; calling one or more functional components through an adapter, processing the service data by using the functional components to obtain result data, and inputting the result data into the service object; the adapter is set according to a business processing flow, the business processing flow comprises one or more business processing nodes, and one business processing node corresponds to one adapter; and if the service processing node corresponding to the adapter is not the last service processing node in the service processing flow, inputting the service data in the service object into the adapter corresponding to the next service processing node, returning to the step of processing the service data by using the adapter calling function component to obtain result data, and inputting the result data into the service object until the adapter corresponds to the last service processing node in the service processing flow, and determining the service data in the service object as a service processing result.

Description

Service processing method and device
Technical Field
The invention belongs to the field of content distribution networks, and particularly relates to a service processing method and device.
Background
For establishing various network service end scenes, the method needs to support extremely high performance and network throughput, and also needs to support multi-scene business processes, at present, the performance is generally improved based on asynchronous communication, and the business processes are carried out by using customized development, but the customized development has repeated manufacturing wheels, which causes resource waste, and in addition, the implementation time is long from the beginning each time of the customized development, which affects the delivery efficiency and reduces the development efficiency.
Disclosure of Invention
Therefore, the present invention provides a service processing method and device for solving the problems in the prior art.
In a first aspect, the present invention provides a service processing method, including: inputting the service data in the service object into the adapter; calling one or more functional components through an adapter, processing the service data by using the functional components to obtain result data, and inputting the result data into the service object; the adapter is set according to a business processing flow, the business processing flow comprises one or more business processing nodes, and one business processing node corresponds to one adapter; and if the service processing node corresponding to the adapter is not the last service processing node in the service processing flow, inputting the service data in the service object into the adapter corresponding to the next service processing node, returning to the step of processing the service data by using the adapter calling function component to obtain result data, and inputting the result data into the service object until the adapter corresponds to the last service processing node in the service processing flow, and determining the service data in the service object as a service processing result.
Optionally, in the service processing method provided by the present invention, at least one functional component is encapsulated in the adapter, and an interface of the functional component is encapsulated in a standardized manner, where processing tasks corresponding to the service processing nodes in the service processing flow are different, and the functional component encapsulated in the adapter is determined according to the processing tasks of the service processing nodes corresponding to the adapter.
Optionally, in the service processing method provided by the present invention, asynchronous communication is encapsulated in the adapter.
Optionally, in the service processing method provided by the present invention, the adapter is encapsulated with asynchronous communication, one or more functional components are called through the adapter, the functional components are used to process the service data to obtain result data, and the result data is input to the service object, where the method includes: registering an asynchronous event in an operating system kernel by calling an event trigger function through an adapter, releasing CPU occupation, and suspending a processing flow of a service object; receiving and analyzing the kernel data to obtain an analysis result, calling one or more functional components according to the analysis result, processing the service data by using the functional components to obtain result data, inputting the result data into the service object, and recovering the processing flow of the service object.
In a second aspect, the present invention provides a service processing apparatus, including: the data input module is used for inputting the service data in the service object into the adapter; the data processing module is used for calling one or more functional components through the adapter, processing the service data by utilizing the functional components to obtain result data, and inputting the result data into the service object; the adapter is set according to a business processing flow, the business processing flow comprises one or more business processing nodes, and one business processing node corresponds to one adapter; the circulation module is used for inputting the service data in the service object into the adapter corresponding to the next service processing node if the service processing node corresponding to the adapter is not the last service processing node in the service processing flow; and the result determining module is used for determining the service data in the service object as a service processing result if the adapter corresponds to the last service processing node in the service processing flow.
Optionally, in the service processing apparatus provided by the present invention, at least one functional component is encapsulated in the adapter, and an interface of the functional component is encapsulated in a standardized manner, where processing tasks corresponding to the service processing nodes in the service processing flow are different, and the functional component encapsulated in the adapter is determined according to the processing tasks of the service processing nodes corresponding to the adapter.
Optionally, in the service processing apparatus provided by the present invention, asynchronous communication is encapsulated in the adapter.
Optionally, in the service processing apparatus provided in the present invention, the data processing module includes: the first data processing submodule is used for registering an asynchronous event in an operating system kernel by calling an event trigger function through an adapter, releasing CPU occupation and suspending the processing flow of a service object; and the second data processing submodule is used for receiving and analyzing the kernel data to obtain an analysis result, calling one or more functional components according to the analysis result, processing the service data by using the functional components to obtain result data, inputting the result data into the service object and recovering the processing flow of the service object.
In a third aspect, the present invention provides a computer-readable storage medium storing computer instructions for a processor to execute a service processing method according to the present invention.
In a fourth aspect, the present invention provides a computer apparatus comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor, the instructions being executable by the at least one processor to perform the business processing method as provided by the present invention.
The technical scheme of the invention has the following advantages:
the business processing method and the business processing device input the business data in the business object into the adapter, call one or more functional components through the adapter, process the business data by utilizing the functional components to obtain the result data, input the result data into the business object, directly call the functional components through the adapter according to the setting of the business processing flow, do not need to redevelop the functional components in the customized development, and improve the development efficiency.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flow architecture diagram of an embodiment of a business flow architecture of a business processing method in the prior art;
fig. 2 is a flowchart of a specific example of a service processing method according to an embodiment of the present invention;
fig. 3 is a flowchart of an embodiment of a business processing method according to an embodiment of the present invention;
fig. 4 is a flowchart of a specific example of a service processing method according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an embodiment of a service processing apparatus according to the embodiment of the present invention;
fig. 6 is a schematic structural diagram of a specific example of a computer device in the embodiment of the present invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the accompanying drawings, and it should be understood that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Unless the context clearly requires otherwise, throughout the description and the claims, the words "comprise", "comprising", and the like are to be construed in an inclusive sense as opposed to an exclusive or exhaustive sense; that is, what is meant is "including, but not limited to".
In the description of the present invention, it is to be understood that the terms "first," "second," and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. In addition, in the description of the present invention, "a plurality" means two or more unless otherwise specified.
In addition, the technical features involved in the different embodiments of the present invention described below may be combined with each other as long as they do not conflict with each other.
A service flow architecture of a service processing method in the prior art is shown in fig. 1, where the service flow includes two stages, each stage includes a plurality of modules, service data first passes through stage 1, each module in stage 1 sequentially processes service data, after data processing in stage 1 is completed, the data is transmitted to stage 2, each module in stage 2 sequentially processes the service data, and final service data is obtained, and the service flow is ended.
Before the process begins, the modules in the stage 1 and the stage 2 need to be developed again, so that resource waste is caused, and the development efficiency is reduced.
An embodiment of the present invention provides a service processing method, as shown in fig. 2, including:
step S1: and inputting the business data in the business object into the adapter.
In an alternative embodiment, the interface between the adapter and the business object is standardized and fixed, and the adapter and the business object exchange business data through the interface.
Step S2: and calling one or more functional components through the adapter, processing the service data by using the functional components to obtain result data, and inputting the result data into the service object.
In the embodiment of the invention, the adapter serves as a bridge for interaction of the service object and the functional component, the service object of the functional component is completely decoupled, the functional component is used for realizing a specific function, the service object serves as an intermediate carrier for storing service data, the adapter is set according to a service processing flow, the service processing flow comprises one or more service processing nodes, and one service processing node corresponds to one adapter.
In an optional embodiment, the service processing flow includes one or more service processing nodes, different service processing flows include different service processing nodes, and different service processing nodes complete different processing tasks. The processing tasks to be performed by the service processing node can be realized by one functional component or a combination of a plurality of functional components.
In an optional embodiment, different functional components are preset, and are used to execute different functions, and different processing tasks need to be completed on service data at different processing nodes.
Because the functional components are preset, when different processing tasks need to be executed, different functional components are directly called, and the processing flow does not need to be developed for different processing tasks in a customized manner.
In the embodiment of the invention, the result data is input into the business object for the downstream adapter to use. In an optional embodiment, the adapters are set according to the sequence of processing nodes in the service processing flow, and in the service processing flow, when the sequence of processing nodes changes according to the actual demand, the positions of the corresponding adapters are adjusted to realize the actual demand.
In an optional embodiment, the construction of different business processing flows is realized by flexibly assembling the adapters.
Step S3: and judging whether the service processing node corresponding to the adapter is the last service processing node in the service processing flow.
If the service processing node corresponding to the adapter is not the last service processing node in the service processing flow, execute step S4: and inputting the service data in the service object into the adapter corresponding to the next service processing node, and returning to the step S2.
If the service processing node corresponding to the adapter is the last service processing node in the service processing flow, execute step S5: and determining the service data in the service object as a service processing result.
In an optional embodiment, after the service processing result is obtained, the CPU calls the destructor to perform the memory release operation, and completes the cleaning operation of the memory data.
In an optional embodiment, a service flow architecture for implementing the service processing method provided in the embodiment of the present invention is shown in fig. 3, where the service flow includes a first adapter, a second adapter, and a service object, where functional components encapsulated by the first adapter and the second adapter are different, when the service object passes through the first adapter, the service data is handed to the functional component in the first adapter for processing, the first adapter sends the processed service data to the service object, the service object passes through the second adapter, the service data is processed by the functional component in the second adapter, the second adapter sends the processed service data to the service object, and at this time, the service data in the service object is processed by two different functional components to obtain final service data, and the service flow is ended.
In the embodiment of the invention, the service data in the service object is input into the adapter, one or more functional components are called through the adapter, the service data is processed by the functional components to obtain the result data, the result data is input into the service object, the adapter is set according to the service processing flow, the functional components are directly called through the adapter, the functional components do not need to be re-developed in the customized development, the development efficiency is improved, and the service processing method provided by the embodiment of the invention is executed through experimental verification, so that the issuing performance of the service flow can be improved by 3 times.
In an optional embodiment, at least one functional component is encapsulated in the adapter, an interface of the functional component is encapsulated in a standardized manner, processing tasks corresponding to the service processing nodes in the service processing flow are different, and the functional component encapsulated in the adapter is determined according to the processing tasks of the service processing nodes corresponding to the adapter.
In the optional embodiment, the interfaces of the functional components are different, and the adapter is used for carrying out standardized packaging on the functional components, so that the use of the functional components is simplified, and the development efficiency is improved.
In an alternative embodiment, asynchronous communications are encapsulated within the adapter.
In an alternative embodiment, the adapter may interact with an external network through asynchronous communication, may receive and parse data sent from the external network, and may also send data to the external network.
In an optional embodiment, asynchronous communication is encapsulated inside the adapter, and when the business process involves cross-network interaction, as shown in fig. 4, one or more functional components are called by the adapter, the business data is processed by the functional components to obtain result data, and the result data is input into the business object, including:
firstly, an asynchronous event is registered in an operating system kernel by calling an event trigger function through an adapter, CPU occupation is released, and the processing flow of a service object is suspended.
Then, the adapter receives and analyzes the kernel data to obtain an analysis result, one or more functional components are called according to the analysis result, the functional components are used for processing the service data to obtain result data, the result data are input into the service object, and the processing flow of the service object is recovered.
In the embodiment of the invention, the asynchronous event is registered in the kernel of the operating system by calling the event trigger function through the adapter, the occupation of the CPU is released, and the processing flow of the business object is suspended.
An embodiment of the present invention provides a service processing apparatus, as shown in fig. 5, including:
the data input module 21 is configured to input the service data in the service object to the adapter, for details, refer to the description of step S1 in the foregoing embodiment, and are not described herein again.
The data processing module 22 is used for calling one or more functional components through the adapter, processing the service data by using the functional components to obtain result data, and inputting the result data into the service object; the adapter is configured according to a service processing flow, where the service processing flow includes one or more service processing nodes, and one service processing node corresponds to one adapter, and the details refer to the description of step S2 in the foregoing embodiment, and are not described herein again.
If the service processing node corresponding to the adapter is not the last service processing node in the service processing flow, the loop module 23 is configured to input the service data in the service object to the adapter corresponding to the next service processing node, for details, refer to the description of step S3 and step S4 in the foregoing embodiment, and details are not described here again.
If the adapter corresponds to the last service processing node in the service processing flow, the result determining module 24 is configured to determine the service data in the service object as a service processing result, for details, refer to the description of step S3 in the foregoing embodiment, and details are not described here again.
In an optional embodiment, at least one functional component is encapsulated in the adapter, and interfaces of the functional components are encapsulated in a standardized manner, processing tasks corresponding to the service processing nodes in the service processing flow are different, and the functional components encapsulated in the adapter are determined according to the processing tasks of the service processing nodes corresponding to the adapter, which is described in the above embodiment for details and is not described herein again.
In an alternative embodiment, asynchronous communication is encapsulated inside the adapter, and details are described in the above embodiment and are not described herein again.
In an alternative embodiment, the data processing module includes: the first data processing submodule is used for registering an asynchronous event in an operating system kernel by calling an event trigger function through an adapter, releasing CPU occupation and suspending the processing flow of a service object; the second data processing submodule is configured to receive and analyze the kernel data to obtain an analysis result, call one or more functional components according to the analysis result, process the service data by using the functional components to obtain result data, input the result data into the service object, and recover a processing flow of the service object, where details are described in the above embodiment and are not described herein again.
Embodiments of the present invention provide a non-transitory computer storage medium, where a computer-executable instruction is stored in the computer storage medium, and the computer-executable instruction can execute the service processing method in any of the above embodiments. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, abbreviated as HDD), a Solid State Drive (SSD), or the like; the storage medium may also comprise a combination of memories of the kind described above.
An embodiment of the present invention further provides a computer device, as shown in fig. 6, the computer device may include at least one processor 31, at least one communication interface 32, at least one communication bus 33, and at least one memory 34, where the communication interface 32 may include a Display screen (Display) and a Keyboard (Keyboard), and the optional communication interface 32 may also include a standard wired interface and a standard wireless interface. The Memory 34 may be a high-speed RAM (Random Access Memory) or a non-volatile Memory, such as at least one disk Memory. The memory 34 may optionally be at least one memory device located remotely from the processor 31. An application program is stored in the memory 34 and the processor 31 invokes the program code stored in the memory 34 for performing the steps of any of the inventive embodiments described above.
The communication bus 33 may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus 33 may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown in FIG. 3, but this does not mean only one bus or one type of bus.
The memory 34 may include a volatile memory (RAM), such as a random-access memory (RAM); the memory may also include a non-volatile memory (english: non-volatile memory), such as a flash memory (english: flash memory), a hard disk (english: hard disk drive, abbreviated: HDD) or a solid-state drive (english: SSD); the memory 34 may also comprise a combination of the above-mentioned kinds of memories.
The processor 31 may be a Central Processing Unit (CPU), a Network Processor (NP), or a combination of CPU and NP.
The processor 31 may further include a hardware chip. The hardware chip may be an application-specific integrated circuit (ASIC), a Programmable Logic Device (PLD), or a combination thereof. The PLD may be a Complex Programmable Logic Device (CPLD), a field-programmable gate array (FPGA), a General Array Logic (GAL), or any combination thereof.
Optionally, the memory 34 is also used to store program instructions. The processor 31 may call program instructions to implement the service processing method as in any of the embodiments described above.

Claims (10)

1. A method for processing a service, comprising:
inputting the service data in the service object into the adapter;
calling one or more functional components through the adapter, processing the service data by using the functional components to obtain result data, and inputting the result data into the service object; the adapter is set according to a business processing flow, the business processing flow comprises one or more business processing nodes, and one business processing node corresponds to one adapter;
if the service processing node corresponding to the adapter is not the last service processing node in the service processing flow, inputting the service data in the service object into the adapter corresponding to the next service processing node, returning to the step of processing the service data by the adapter calling function component to obtain result data, and inputting the result data into the service object until the last service processing node in the service processing flow corresponding to the adapter determines the service data in the service object as a service processing result.
2. The traffic processing method according to claim 1,
the adapter is internally provided with at least one functional component, interfaces of the functional components are subjected to standardized encapsulation, processing tasks corresponding to all service processing nodes in the service processing flow are different, and the functional components encapsulated in the adapter are determined according to the processing tasks of the service processing nodes corresponding to the adapter.
3. The traffic processing method according to claim 1,
asynchronous communication is encapsulated inside the adapter.
4. The service processing method according to claim 3, wherein asynchronous communication is encapsulated in the adapter, one or more functional components are called through the adapter, the service data is processed by the functional components to obtain result data, and the result data is input to the service object, and the method comprises:
registering an asynchronous event in an operating system kernel by calling an event trigger function through the adapter, releasing CPU occupation, and suspending the processing flow of the service object;
receiving and analyzing kernel data to obtain an analysis result, calling one or more functional components according to the analysis result, processing the service data by using the functional components to obtain result data, inputting the result data into the service object, and recovering the processing flow of the service object.
5. A traffic processing apparatus, comprising:
the data input module is used for inputting the service data in the service object into the adapter;
the data processing module is used for calling one or more functional components through the adapter, processing the service data by using the functional components to obtain result data, and inputting the result data into the service object; the adapter is set according to a business processing flow, the business processing flow comprises one or more business processing nodes, and one business processing node corresponds to one adapter;
the circulation module is used for inputting the service data in the service object into the adapter corresponding to the next service processing node if the service processing node corresponding to the adapter is not the last service processing node in the service processing flow;
and the result determining module is used for determining the service data in the service object as a service processing result if the adapter corresponds to the last service processing node in the service processing flow.
6. The traffic processing apparatus according to claim 5,
the adapter is packaged with at least one functional component, interfaces of the functional component are packaged in a standardized mode, processing tasks corresponding to all service processing nodes in the service processing flow are different, and the functional component packaged in the adapter is determined according to the processing tasks of the service processing nodes corresponding to the adapter.
7. The traffic processing apparatus according to claim 5,
asynchronous communication is packaged in the adapter.
8. The service processing device of claim 7, wherein the data processing module comprises:
the first data processing submodule is used for registering an asynchronous event in an operating system kernel by calling an event trigger function through the adapter, releasing CPU occupation and suspending the processing flow of the business object;
and the second data processing submodule is used for receiving and analyzing the kernel data to obtain an analysis result, calling one or more functional components according to the analysis result, processing the service data by using the functional components to obtain result data, inputting the result data into the service object and recovering the processing flow of the service object.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium stores computer instructions which, when executed by a processor, implement the business process method of any of claims 1-4.
10. A computer device, comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to perform the business process method of any of claims 1-4.
CN202111614712.9A 2021-12-27 Service processing method and device Active CN114466055B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111614712.9A CN114466055B (en) 2021-12-27 Service processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111614712.9A CN114466055B (en) 2021-12-27 Service processing method and device

Publications (2)

Publication Number Publication Date
CN114466055A true CN114466055A (en) 2022-05-10
CN114466055B CN114466055B (en) 2024-04-26

Family

ID=

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030093575A1 (en) * 2001-10-18 2003-05-15 Mitch Upton Application view component for system integration
CN1523917A (en) * 2003-02-17 2004-08-25 ��˹��ŵ�� Software development environment
CN101588388A (en) * 2009-05-26 2009-11-25 中国科学院软件研究所 A kind of based on distributed adaptive service collaboration method and system thereof
CN103279840A (en) * 2013-06-08 2013-09-04 北京首钢自动化信息技术有限公司 Workflow engine implement method based on dynamic language and event processing mechanism
CN108805379A (en) * 2017-05-03 2018-11-13 北京京东尚科信息技术有限公司 Support that multi-mode is honoured an agreement the system and method for flow
CN110007902A (en) * 2019-03-12 2019-07-12 中国平安财产保险股份有限公司 The method and device of business processing flow configuration
CN112308515A (en) * 2020-10-30 2021-02-02 中国民航信息网络股份有限公司 NDC (network data center) processing system for NDC aggregator and service request processing method thereof
CN113342484A (en) * 2021-05-14 2021-09-03 深圳奥哲网络科技有限公司 Process engine method, system, device and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030093575A1 (en) * 2001-10-18 2003-05-15 Mitch Upton Application view component for system integration
CN1523917A (en) * 2003-02-17 2004-08-25 ��˹��ŵ�� Software development environment
CN101588388A (en) * 2009-05-26 2009-11-25 中国科学院软件研究所 A kind of based on distributed adaptive service collaboration method and system thereof
CN103279840A (en) * 2013-06-08 2013-09-04 北京首钢自动化信息技术有限公司 Workflow engine implement method based on dynamic language and event processing mechanism
CN108805379A (en) * 2017-05-03 2018-11-13 北京京东尚科信息技术有限公司 Support that multi-mode is honoured an agreement the system and method for flow
CN110007902A (en) * 2019-03-12 2019-07-12 中国平安财产保险股份有限公司 The method and device of business processing flow configuration
CN112308515A (en) * 2020-10-30 2021-02-02 中国民航信息网络股份有限公司 NDC (network data center) processing system for NDC aggregator and service request processing method thereof
CN113342484A (en) * 2021-05-14 2021-09-03 深圳奥哲网络科技有限公司 Process engine method, system, device and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
IMEN BEN LAHMAR: ""Developing Adapters for Structural Adaptation of Component-Based Applications"", 《IEEE》, 29 July 2013 (2013-07-29) *
杨婉玥: ""基于适配机制的Web服务匹配研究"", 《中国优秀硕士论文全文数据库》, 15 September 2021 (2021-09-15) *

Similar Documents

Publication Publication Date Title
CN110046091B (en) Automatic test method and device
CN110363663B (en) Block chain-based data batch processing method, device, equipment and storage medium
CN113806037A (en) Service calling method and device, storage medium and electronic equipment
CN110609755A (en) Message processing method, device, equipment and medium for cross-block chain node
US20230046979A1 (en) Microservice call method and apparatus, device, and medium
CN112633842A (en) Task pushing method, device and system
CN114466055B (en) Service processing method and device
CN114466055A (en) Service processing method and device
EP3110088A1 (en) Packet data processing method, device and system
CN111884932B (en) Link determining method, device, equipment and computer readable storage medium
CN114913006A (en) Bank loan approval data processing method and system and electronic equipment
US10129147B2 (en) Network-on-chip flit transmission method and apparatus
CN112270536B (en) POS-based aggregated payment method, system and related device
CN114518917A (en) Algorithm module scheduling method, algorithm module scheduling device and readable storage medium
CN110989333B (en) Redundancy control method based on multiple computing cores, computing cores and redundancy control system
CN114205172A (en) Table item issuing method and message forwarding method
CN110377372A (en) The secondary process of target application exits method, apparatus and electronic equipment
CN110286890A (en) Call method, system, medium and the device of isomery language application
CN101964922A (en) Abnormal condition capturing method and device
US11163667B2 (en) Method and apparatus for error ticket management
CN110347370A (en) Scheme integrates with system and method
CN112445659B (en) Multi-protocol high-speed serdes test implementation method and system
CN116306416B (en) Method, apparatus and medium for generating static timing analysis timing library
CN115982285B (en) Data processing method, apparatus and computer readable storage medium
CN110187979B (en) Link message processing method and device, storage medium and computer equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant