CN115866046A - Service calling system, electronic equipment and storage medium - Google Patents

Service calling system, electronic equipment and storage medium Download PDF

Info

Publication number
CN115866046A
CN115866046A CN202211543518.0A CN202211543518A CN115866046A CN 115866046 A CN115866046 A CN 115866046A CN 202211543518 A CN202211543518 A CN 202211543518A CN 115866046 A CN115866046 A CN 115866046A
Authority
CN
China
Prior art keywords
calling
function module
instruction
target function
server
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.)
Pending
Application number
CN202211543518.0A
Other languages
Chinese (zh)
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.)
Beijing Antiy Network Technology Co Ltd
Original Assignee
Beijing Antiy Network 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 Beijing Antiy Network Technology Co Ltd filed Critical Beijing Antiy Network Technology Co Ltd
Priority to CN202211543518.0A priority Critical patent/CN115866046A/en
Publication of CN115866046A publication Critical patent/CN115866046A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Abstract

The invention provides a service calling system, electronic equipment and a storage medium, wherein the system comprises a plurality of servers, and each server is provided with a plurality of functional modules; any server is used for executing the method: when a calling instruction for a target function module is received, sending the calling instruction to the target function module; receiving a related calling instruction sent by a target function module; sending the association calling instruction to the association function module; receiving a calling result returned by the correlation function module; and sending the calling result to the target function module. The servers are mutually independent, the problem that the function modules of the serial code segments of the traditional server cannot be decoupled is solved, the function modules in each server can be target function modules or associated function modules, bidirectional service calling is realized, and the data transmission protocol applied between the servers is a TCP/IP transmission layer protocol, so that the delay time of service calling is shortened.

Description

Service calling system, electronic equipment and storage medium
Technical Field
The present invention relates to the field of service communication, and in particular, to a service invocation system, an electronic device, and a storage medium.
Background
With the development of the information age, more and more data are processed by the server, the required calculation amount is increased, the number of users is increased, so that more and more functional modules are required, and the business process is more and more complex. In the service execution process, relevance among different services is large at present, and a mutually-correlated calling service among different function modules is needed, but the mutually-correlated function modules are high in coupling and are all called in an intranet of a server, the calling service among the function modules has sequence limitation and is low in calling speed, the service calling of the existing function modules adopts an http protocol, the http protocol can be connected with the function modules repeatedly during data transmission, and the problems of too long message length exist, so that data delay is too large, data transmission is wasted, and bidirectional communication cannot be achieved.
Disclosure of Invention
In view of this, the present invention provides a service invocation system, an electronic device and a storage medium, which at least partially solve the technical problems existing in the prior art, and the technical solution adopted by the present invention is as follows:
according to one aspect of the application, a service calling system is provided, which comprises a plurality of servers, wherein each server is provided with a plurality of functional modules;
any server is used for executing the following method:
when a calling instruction for a target function module is received, sending the calling instruction to the target function module; the target function module is any one function module in the current server;
receiving at least one associated call instruction sent by a target function module; the associated calling instruction comprises calling information of an associated function module associated with the target function module; the related function module and the target function module are not in the same server;
sending the association calling instruction to the association function module;
receiving a calling result which is returned by the associated function module and executed according to the associated calling instruction;
and sending the calling result to the target function module.
In an exemplary embodiment of the present application, the target function module, upon receiving the call instruction, executes the following method:
generating at least one associated calling message according to the calling instruction;
generating each calling service stub corresponding to each associated calling information according to each associated calling information;
performing serialization processing on the associated calling information corresponding to each calling service stub to obtain an associated calling instruction corresponding to each associated calling information;
and sending each associated call instruction to a server where the target function module is located.
In an exemplary embodiment of the present application, the association function module, upon receiving an association call instruction, executes the following method:
generating a corresponding called service stub according to the associated calling instruction;
performing deserialization processing on the associated call instruction through the called service stub to obtain corresponding called information;
executing calling operation according to the called information to obtain calling result information;
serializing the calling result information through the called service stub to obtain a calling result;
and sending the calling result to a server where the target function module is located.
In an exemplary embodiment of the present application, the target function module, upon receiving the call result, executes the following method:
and performing deserialization processing on the calling result by calling the service stub to obtain calling result information corresponding to the associated calling instruction.
In an exemplary embodiment of the present application, after obtaining the call result information, the target function module executes the following method:
and deleting the calling service stub corresponding to the calling result information.
In an exemplary embodiment of the present application, after sending the call result to the server where the target function module is located, the associated function module executes the following method:
and deleting the called service stub corresponding to the calling result.
In an exemplary embodiment of the present application, the data transmission protocol applied by the server when receiving or/and sending the association call instruction is a TCP/IP transport layer protocol.
In an exemplary embodiment of the present application, the data transmission protocol applied by the server when receiving or/and sending the call result is a TCP/IP transport layer protocol.
According to one aspect of the application, there is provided a non-transitory computer readable storage medium having stored therein at least one instruction or at least one program, the at least one instruction or the at least one program being loaded and executed by a processor to implement the service invocation system.
According to one aspect of the present application, there is provided an electronic device comprising a processor and the non-transitory computer-readable storage medium.
The invention has at least the following beneficial effects:
the service calling system comprises a plurality of servers, each server comprises a plurality of function modules, the association calling instruction of the target function module is sent to the association function module, the calling result returned by the association function module is sent to the target function module, service calling is achieved, the servers are independent of one another, the problem that function modules cannot be decoupled in serial code segments of traditional servers is solved, server-side distributed service calling is achieved, the function modules in each server can be the target function modules or the association function modules, bidirectional service calling is achieved, and the problems that code segments among different servers are delayed in calling one another and bidirectional communication cannot be achieved are solved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of an execution method of a server in a service invocation system according to an embodiment of the present invention;
fig. 2 is a block diagram of a service invocation system according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. 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.
With the development of the information era, more and more data are required to be processed by a server, the required calculation amount is increased, the number of users is increased, more and more function modules are required, the business flow is more and more complex, in the service execution process, the relevance between different businesses is large at present, the related calling services between different function modules are required, but the coupling between the related function modules is strong, the related function modules are all called in the intranet of a server, the calling services between the function modules have sequence limitation, the calling speed is slow, the service calling of the existing function modules adopts an http protocol, the http protocol can be connected with the function modules for multiple times during data transmission, and the problems of too long message length exist, so that the data delay is too large, the data transmission is wasted, and the two-way communication cannot be realized. And the traditional server adopts serial code segments, and as long as one code segment has a problem, the subsequent code segments have problems, so that the whole functional module is broken down.
Therefore, a service calling system capable of bidirectional scheduling needs to be provided, as shown in fig. 2, which includes a plurality of servers, each of which is provided with a plurality of function modules; the servers in the service calling system are independent to each other, so that different service calling information can be sent at the same time, and the calling delay time is shortened.
As shown in fig. 1, any server is used to execute the following method:
step S100, when a calling instruction for a target function module is received, sending the calling instruction to the target function module; the target function module is any one function module in the current server;
when the server receives the call instruction, the function module corresponding to the call instruction is found according to the call instruction, the function module is determined to be a target function module, namely the function module needing to execute the service call operation, the server sends the call instruction to the target function module, the target function module can execute the service call operation according to the call instruction, if the target function module needs to call the service of the function module in other servers, the target function module can generate a related call instruction corresponding to the function module of the called service, the related call instruction is sent to the server where the target function module is located, and the function module of the called service is the related function module.
Step S200, receiving at least one associated call instruction sent by a target function module; the associated calling instruction comprises calling information of an associated function module associated with the target function module; the related function module and the target function module are not in the same server;
the target function module calls different function modules aiming at different services, if the target function module needs to call three services of A, B and C, and the three services needing to be called are all in different servers, the target function module generates three different associated call instructions, the server where the target function module is located sends the three associated call instructions to the corresponding associated function modules, each associated call instruction comprises call information of the associated function module, and the call information comprises the server position where the associated call module is located and service operation information needing to be executed by the associated call module.
Step S300, sending the association call instruction to an association function module;
if the target function module needs to execute the transfer service, whether the user is limited in the same day or not is verified, and the verification limit service needs to be executed in other function modules, the function module is a related function module, the target function module generates a related calling instruction, the related calling instruction comprises the position of the related function module and service information of the verification limit, the target function module sends the related calling instruction to the related function module according to the position of the related function module in the related calling instruction, the related function module executes service operation for verifying the limit of the user after receiving the related calling instruction, the related function module sends a verification result to a server where the target function module is located after obtaining the verification result, and the verification result is a calling result.
Step S400, receiving a calling result which is returned by the correlation function module and executed according to the correlation calling instruction;
the calling result can also call data information in the associated function module, such as data parameters stored in the associated function module, besides the service result is verified.
And step S500, sending the calling result to the target function module.
And after receiving the calling result, the target function module continues to execute the service of the target function module according to the calling result, if the calling result is that the user is not quota on the same day, the target function module executes the account transfer service of the user after receiving the result, and if the calling result is that the user is quota on the same day, the target function module returns the calling result to the user after receiving the result, does not execute the account transfer service of the user, and waits for the next operation of the user.
In the service calling system, the data transmission protocol applied when the server receives or/and sends the associated calling instruction and the calling result is a TCP/IP transmission layer protocol, and the TCP/IP transmission layer protocol removes the fixed format of the message carried in the existing http protocol, so that the data transmission is more flexible, and the delay time of service calling is shortened.
Further, when receiving the call instruction, the target function module executes the following method:
step S110, generating at least one piece of associated calling information according to the calling instruction;
step S120, generating each calling service stub corresponding to each associated calling information according to each associated calling information;
step S130, performing serialization processing on the associated calling information corresponding to each calling service stub to obtain an associated calling instruction corresponding to each associated calling information;
and step S140, sending each associated call instruction to a server where the target function module is located.
The calling service stub is a string of code data which is generated for executing codes according to record data generated by the associated calling information and is used for recording specific information and calling conditions of the associated calling information, if the associated calling information is used for verifying whether the user is quota, the corresponding generated calling service stub records which function module generates the associated calling information and sends the associated calling information to which function module and comprises a specific calling service, and the server finds the corresponding function module according to the calling service stub, so that the calling service stub has the function of recording a target function module and the associated calling information.
In addition, in order to make the transmitted data more flexible and simpler, and enable the data to be transmitted by a TCP/IP transport layer protocol, the association call information needs to be serialized to obtain a corresponding association call instruction, the association call instruction includes the association call information, the target function module sends the association call information to the server where the target function module is located, and the server sends the association call information to the corresponding association function module according to the association call instruction.
Further, when receiving the association call instruction, the association function module executes the following method:
step S310, generating a corresponding called service stub according to the associated calling instruction;
step S320, performing deserialization processing on the associated calling instruction through the called service stub to obtain corresponding called information;
step S330, executing calling operation according to the called information to obtain calling result information;
step S340, carrying out serialization processing on the calling result information through the called service stub to obtain a calling result;
and step S350, sending the calling result to a server where the target function module is located.
The called service stub and the calling service stub have the same function and play a role of recording information, the called service stub comprises information of the associated function module and associated calling information, the associated calling information is recorded to be executed by which function module, the associated function module obtains a calling result according to the associated calling information, and the calling result is also contained in the called service stub. The called service stub performs deserialization and serialization on the calling result information besides the function of information recording, the deserialization is the reverse process of the serialization, the aim is to convert the serialized binary data into data with the calling information, namely the called information, after the correlation function module obtains the calling result information, in order to enable the transmitted data to be more flexible and simple and to be transmitted by a TCP/IP transmission layer protocol, the serializing processing needs to be performed on the calling result information, after the called service stub performs serializing processing on the calling result information, the binary calling result is obtained, and then the calling result is sent to a server where the target function module is located. After the step S350, that is, after the calling result is sent to the server where the target function module is located, the associated function module deletes the called service stub corresponding to the calling result, so that data in the server is not redundant, and it is ensured that the server cleans the scattered data after calling the service, the associated function module generates a corresponding called service stub each time it receives an associated calling instruction, and when the associated function module obtains the calling result and sends it out, the called service stub is deleted.
Further, the target function module executes the following method when receiving the calling result:
and step S510, performing deserialization processing on the calling result through the calling service stub to obtain calling result information corresponding to the associated calling instruction.
The calling service stub has the same function as the called service stub and also has the functions of serialization and deserialization, because the calling result received by the target function module is binary data transmitted by a TCP/IP transmission layer protocol, the calling result needs to be deserialized to obtain calling result information, and the target function module continues to execute service operation according to the calling result information. In order to avoid that the data in the server where the target function module is located is too much, and the data recorded in the calling service stub is the same as the data in the called service stub, and is all instant data, after the verification result is obtained, the calling service stub loses benefits, when the calling is repeated again, the calling user main body is changed, and the calling service stub generated before does not have the existing significance, so that the target function module deletes the calling service stub corresponding to the calling result information after obtaining the calling result information.
The servers of the service calling system are mutually independent, the problem that function modules of serial code segments of a traditional server cannot be decoupled is solved, server-side distributed service calling is realized, the function modules in each server can be target function modules or related function modules, bidirectional service calling is realized, and the problems that code segments among different servers are delayed in calling each other and cannot be communicated bidirectionally are solved.
Embodiments of the present invention also provide a computer program product comprising program code means for causing an electronic device to carry out the steps of the method according to various exemplary embodiments of the invention described above when said program product is run on the electronic device.
Moreover, although the steps of the methods of the present disclosure are depicted in the drawings in a particular order, this does not require or imply that the steps must be performed in this particular order, or that all of the depicted steps must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions, etc.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to enable a computing device (which may be a personal computer, a server, a mobile terminal, or a network device, etc.) to execute the method according to the embodiments of the present disclosure.
In an exemplary embodiment of the present disclosure, an electronic device capable of implementing the above method is also provided.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or program product. Thus, various aspects of the invention may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
An electronic device according to this embodiment of the invention. The electronic device is only an example and should not bring any limitation to the function and the scope of use of the embodiments of the present invention.
The electronic device is in the form of a general purpose computing device. Components of the electronic device may include, but are not limited to: the at least one processor, the at least one memory, and a bus connecting the various system components (including the memory and the processor).
Wherein the storage stores program code executable by the processor to cause the processor to perform steps according to various exemplary embodiments of the present invention as described in the "exemplary methods" section above.
The memory may include readable media in the form of volatile memory, such as Random Access Memory (RAM) and/or cache memory, and may further include Read Only Memory (ROM).
The storage may also include a program/utility having a set (at least one) of program modules including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
The bus may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, a processor, or a local bus using any of a variety of bus architectures.
The electronic device may also communicate with one or more external devices (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface. Also, the electronic device may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) through a network adapter. As shown, the network adapter communicates with other modules of the electronic device over a bus. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the electronic device, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, to name a few.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to enable a computing device (which may be a personal computer, a server, a terminal device, or a network device, etc.) to execute the method according to the embodiments of the present disclosure.
In an exemplary embodiment of the present disclosure, there is also provided a computer-readable storage medium having stored thereon a program product capable of implementing the above-described method of the present specification. In some possible embodiments, aspects of the invention may also be implemented in the form of a program product comprising program code means for causing a terminal device to carry out the steps according to various exemplary embodiments of the invention described in the above section "exemplary methods" of the present description, when said program product is run on the terminal device.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
A computer readable signal medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable signal medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
Furthermore, the above-described figures are merely schematic illustrations of processes involved in methods according to exemplary embodiments of the invention, and are not intended to be limiting. It will be readily understood that the processes shown in the above figures are not intended to indicate or limit the chronological order of the processes. In addition, it is also readily understood that these processes may be performed, for example, synchronously or asynchronously in multiple modules.
It should be noted that although in the above detailed description several modules or units of the device for action execution are mentioned, such a division is not mandatory. Indeed, the features and functionality of two or more modules or units described above may be embodied in one module or unit, according to embodiments of the present disclosure. Conversely, the features and functions of one module or unit described above may be further divided into embodiments by a plurality of modules or units.
The above description is only for the specific embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A service calling system is characterized by comprising a plurality of servers, wherein each server is provided with a plurality of functional modules;
any of the servers is used for executing the following method:
when a calling instruction for a target function module is received, sending the calling instruction to the target function module; the target function module is any one of the function modules in the current server;
receiving at least one associated call instruction sent by the target function module; the associated calling instruction comprises calling information of an associated function module associated with the target function module; the related function module and the target function module are not in the same server;
sending the association calling instruction to the association function module;
receiving a calling result which is returned by the associated function module and executed according to the associated calling instruction;
and sending the calling result to the target function module.
2. The system of claim 1, wherein the target function module, upon receiving the call instruction, performs the following method:
generating at least one associated calling message according to the calling instruction;
generating each calling service stub corresponding to each associated calling information according to each associated calling information;
serializing the associated calling information corresponding to each calling service stub to obtain an associated calling instruction corresponding to each associated calling information;
and sending each associated call instruction to a server where the target function module is located.
3. The system according to claim 1, wherein the association function module, upon receiving the association call instruction, performs the following method:
generating a corresponding called service stub according to the associated calling instruction;
performing deserialization processing on the associated call instruction through the called service stub to obtain corresponding called information;
executing calling operation according to the called information to obtain calling result information;
serializing the calling result information through the called service stub to obtain a calling result;
and sending the calling result to a server where the target function module is located.
4. The system of claim 2, wherein the target function module, upon receiving the call result, performs the following method:
and performing deserialization processing on the calling result through the calling service stub to obtain calling result information corresponding to the associated calling instruction.
5. The system of claim 4, wherein the target function module, after obtaining the call result information, performs the following method:
and deleting the calling service stub corresponding to the calling result information.
6. The system according to claim 3, wherein the associated function module, after sending the calling result to the server where the target function module is located, executes the following method:
and deleting the called service stub corresponding to the calling result.
7. The system according to claim 1, wherein the data transmission protocol applied by the server when receiving or/and sending the association call instruction is a TCP/IP transport layer protocol.
8. The system according to claim 1, wherein the data transmission protocol applied by the server in receiving or/and sending the call result is a TCP/IP transport layer protocol.
9. A non-transitory computer readable storage medium having stored therein at least one instruction or at least one program, the at least one instruction or the at least one program being loaded and executed by a processor to implement the system of any one of claims 1-8.
10. An electronic device comprising a processor and the non-transitory computer readable storage medium of claim 9.
CN202211543518.0A 2022-11-30 2022-11-30 Service calling system, electronic equipment and storage medium Pending CN115866046A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211543518.0A CN115866046A (en) 2022-11-30 2022-11-30 Service calling system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211543518.0A CN115866046A (en) 2022-11-30 2022-11-30 Service calling system, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN115866046A true CN115866046A (en) 2023-03-28

Family

ID=85669635

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211543518.0A Pending CN115866046A (en) 2022-11-30 2022-11-30 Service calling system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115866046A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5926636A (en) * 1996-02-21 1999-07-20 Adaptec, Inc. Remote procedural call component management method for a heterogeneous computer network
CN102790684A (en) * 2011-05-16 2012-11-21 中国移动通信集团北京有限公司 Service information invocation method and system and enterprise service bus server
KR101762861B1 (en) * 2016-12-22 2017-07-28 김희민 Programmable computation system using one or more function modules, method for processing information using one or more function modules and computer program for the same
CN109388401A (en) * 2018-08-24 2019-02-26 阿里巴巴集团控股有限公司 A kind of delivery of services method and system
CN110399181A (en) * 2019-07-23 2019-11-01 深圳市元征科技股份有限公司 Software Development Kit funcall method, system and electronic equipment and medium
CN111930535A (en) * 2020-07-31 2020-11-13 中国工商银行股份有限公司 Application function calling method and device, computer equipment and storage medium
CN112181542A (en) * 2020-09-30 2021-01-05 微医云(杭州)控股有限公司 Function calling method and device, electronic equipment and storage medium
CN114968384A (en) * 2020-08-31 2022-08-30 华为技术有限公司 Function calling method and device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5926636A (en) * 1996-02-21 1999-07-20 Adaptec, Inc. Remote procedural call component management method for a heterogeneous computer network
CN102790684A (en) * 2011-05-16 2012-11-21 中国移动通信集团北京有限公司 Service information invocation method and system and enterprise service bus server
KR101762861B1 (en) * 2016-12-22 2017-07-28 김희민 Programmable computation system using one or more function modules, method for processing information using one or more function modules and computer program for the same
CN109388401A (en) * 2018-08-24 2019-02-26 阿里巴巴集团控股有限公司 A kind of delivery of services method and system
CN110399181A (en) * 2019-07-23 2019-11-01 深圳市元征科技股份有限公司 Software Development Kit funcall method, system and electronic equipment and medium
CN111930535A (en) * 2020-07-31 2020-11-13 中国工商银行股份有限公司 Application function calling method and device, computer equipment and storage medium
CN114968384A (en) * 2020-08-31 2022-08-30 华为技术有限公司 Function calling method and device
CN112181542A (en) * 2020-09-30 2021-01-05 微医云(杭州)控股有限公司 Function calling method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110008045B (en) Method, device and equipment for aggregating microservices and storage medium
US8549540B1 (en) Message queue transaction tracking using application activity trace data
US20190138375A1 (en) Optimization of message oriented middleware monitoring in heterogenenous computing environments
CN112416632B (en) Event communication method and device, electronic equipment and computer readable medium
CN113760536A (en) Data caching method and device, electronic equipment and computer readable medium
CN115866046A (en) Service calling system, electronic equipment and storage medium
CN113722007B (en) Configuration method, device and system of VPN branch equipment
US20230093004A1 (en) System and method for asynchronous backend processing of expensive command line interface commands
CN112732979B (en) Information writing method, information writing device, electronic equipment and computer readable medium
CN113760487B (en) Service processing method and device
WO2021042715A1 (en) System, method, and device for developing smart contract
CN113709506A (en) Multimedia playing method, device, medium and program product based on cloud mobile phone
CN112163176A (en) Data storage method and device, electronic equipment and computer readable medium
CN112749193A (en) Workflow processing method and device, storage medium and electronic equipment
CN112000491A (en) Application program interface calling method, device, equipment and storage medium
CN113572809B (en) Single request source multi-target source data communication method, computer equipment and storage medium
CN117118876B (en) Heartbeat connection detection method and device, electronic equipment and storage medium
CN109388536B (en) Data collection method and device
CN113722206A (en) Data annotation method and device, electronic equipment and computer readable medium
CN115657949A (en) Method and device for clearing local storage data, storage medium and electronic equipment
CN115914396A (en) Call link generation method and device, electronic equipment and computer readable medium
CN113760348A (en) Code packaging method and device, electronic equipment and computer readable medium
CN114116859A (en) Number source information sending method and device, electronic equipment and computer readable medium
CN113378041A (en) Prompt message pushing method and device, electronic equipment and computer readable medium
CN113393262A (en) Virtual article processing method and device, electronic equipment and computer readable medium

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