CN109271261B - Event unified processing method, device and storage medium - Google Patents

Event unified processing method, device and storage medium Download PDF

Info

Publication number
CN109271261B
CN109271261B CN201810991828.6A CN201810991828A CN109271261B CN 109271261 B CN109271261 B CN 109271261B CN 201810991828 A CN201810991828 A CN 201810991828A CN 109271261 B CN109271261 B CN 109271261B
Authority
CN
China
Prior art keywords
message
rule
reminding
batch
short message
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.)
Active
Application number
CN201810991828.6A
Other languages
Chinese (zh)
Other versions
CN109271261A (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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN201810991828.6A priority Critical patent/CN109271261B/en
Publication of CN109271261A publication Critical patent/CN109271261A/en
Application granted granted Critical
Publication of CN109271261B publication Critical patent/CN109271261B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/547Messaging middleware

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application provides a unified event processing method, which comprises the following steps: acquiring subscribed JSON (Java Server object) format messages of a plurality of preset topics from distributed message middleware, and converting the JSON format messages into an MAP (MAP object) format; calling a rule engine to match the message in the MAP object format according to a preset matching rule; and responding to successful matching, determining an outbound transaction code according to the Action line matched by the matching rule, and assembling an outbound message according to the outbound transaction code so as to call an outbound component to execute outbound operation. The method provided by the application peels off the event processing and the core service system, reduces the coupling degree of the application components, provides data buffering and avoids the flow peak in a short time.

Description

Event unified processing method, device and storage medium
Technical Field
The present invention relates to data processing, and more particularly, to an event processing method, apparatus, and storage medium.
Background
In a traditional banking system, a large number of scenes for sending notifications to users are involved, the types of the notifications are various, the content of the notifications is diversified, each system is used for realizing real-time online notification sending, each system is required to independently develop a notification sending function, the logic coupling degree of the function and the core service of the system is high, the throughput of the system is seriously influenced if a sending module is abnormal during real-time sending, and the response time of the system is too long. In the existing IT system design, short message sending, message notification and the like are designed and processed independently, so that a large amount of repeated development and high system coupling degree between systems are caused, the throughput of the system is further reduced, the response speed of the system is reduced, and the user experience is poor.
Disclosure of Invention
The application provides a unified event processing method, which is characterized in that the event processing operation can be integrated by acquiring the information of each theme related to an event from a distributed message middleware, distributing the information to an external processing component for processing through a unified matching and event processing framework, and stripping the information from the service logic of a core service system, so that the event processing and the main service logic are separated, the coupling degree between application components is reduced, the agile development is facilitated, the running reliability and availability level of the system are improved, the influence of component change on other components is reduced, and the workload of regression testing is reduced; the message acquisition and the asynchronous processing of the message by the external component can provide data buffering capacity and traffic peak clipping, and avoid traffic peak in a short time.
In a first aspect, an embodiment of the present invention provides a method for uniformly processing an event, including: acquiring subscribed JSON (Java Server object) format messages of a plurality of preset topics from distributed message middleware, and converting the JSON format messages into an MAP (MAP object) format; calling a rule engine to match the message in the MAP object format according to a preset matching rule; and responding to successful matching, determining an outbound transaction code according to the Action line matched by the matching rule, and assembling an outbound message according to the outbound transaction code so as to call an outbound component to execute outbound operation.
In some embodiments of the present invention, the invoking a rule engine to match the MAP object formatted message according to a predetermined matching rule includes: packaging the message in the MAP object format into an Msgreq entity object format; verifying the message packaged in the Msgreq entity object format according to a preset verification rule; and calling a rule engine to match the message in the Msgreq entity object format successfully verified according to a preset matching rule.
In some embodiments of the present invention, the matching, by the call rule engine, the successfully verified msgreq entity object format message according to a predetermined matching rule includes: and traversing the preset matching rule, and inquiring a rule Action mapping table according to the rule group ID and the rule ID so as to acquire an Action row.
In some embodiments of the invention, the method further comprises: the method comprises the steps of obtaining an Action line, packaging an MsgActEntity object, obtaining a processor instance according to the Action line processing bean name, transferring the MsgActEntity object by calling a processor instance process method, and processing a message.
In some embodiments of the invention, the method further comprises: acquiring a batch of short message files, calling the rule engine to perform short message rule matching on each short message record in the batch of short message files, circularly processing a matching rule set, inquiring an Action line set corresponding to the matching rule, circularly processing the Action line set, and analyzing an Action line parameter so as to determine a short message template.
In some embodiments of the invention, the method further comprises: and determining a short message template, executing instantiation of the short message template, generating short message content, and calling a unified communication component to uniformly send the short message content.
In some embodiments of the present invention, the short message template includes a plurality of or all of the following items: the method comprises the following steps of promissory repayment deduction result short message reminding, interest rate market short message reminding, account settlement short message reminding, official card repayment transaction reminding batch short messages, official card repayment batch short messages before due reminding batch short messages, personal card unconventional account repayment batch short messages after due reminding batch short messages, card activation reminding batch short messages, bank message APP card activation reminding batch short messages, personal card unconventional account repayment batch short messages before due reminding batch short messages, promissory repayment due repayment short message reminding, interest rate market pre-reminding short messages, temporary amount due short message reminding batch short messages, inactive account short message reminding batch short messages and risk early warning card stopping and adjusting amount reminding batch short messages.
In some embodiments of the present invention, the unified communication interface and the outbound component are different components, and corresponding processing is performed on the matched event in an asynchronous manner.
In a second aspect, embodiments of the present invention provide a computer device, including a memory and a processor, where the memory stores computer instructions; a processor configured to execute the computer instructions to cause the computer device to perform the method of the first aspect.
In a third aspect, the present invention provides a computer readable storage medium, on which computer instructions are stored, and when executed by a processor, the computer instructions implement the method of the first aspect.
The event unified processing method provided by the embodiment of the invention at least has the following beneficial effects:
by acquiring the messages of various topics related to the events from the distributed message middleware, high-performance and low-delay non-stop circulation of data in various subsystems can be provided, and the coupling degree between different application components is reduced;
the event processing operation can be integrated by processing through a uniform matching rule and an event frame and stripping from the service logic of the core service system, so that the event processing and the main service logic are separated, the coupling degree between application components is reduced, the agile development is facilitated, the running reliability and the availability level of the system are improved, the influence of component change on other components is reduced, and the regression testing workload is reduced;
different events are processed asynchronously through the outbound module and the unified communication interface, so that the short-time flow peak is reduced, the system response speed can be improved, and the system throughput is increased;
from the aspect of functional design, by separating the main business logic from the event processing, the application template can be better applied according to the functional design, and the decoupling among the system functions is realized.
Drawings
Fig. 1 is a flowchart illustrating a unified event processing method according to an embodiment of the present invention.
FIG. 2 shows a block diagram of event unified processing according to an embodiment of the present invention.
Fig. 3 shows a message matching and processing flow diagram according to an embodiment of the invention.
Fig. 4 shows a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
Various aspects of the invention are described in detail below with reference to the figures and the detailed description. Well-known modules, units and their interconnections, links, communications or operations with each other are not shown or described in detail. Furthermore, the described features, architectures, or functions can be combined in any manner in one or more implementations. It will be understood by those skilled in the art that the various embodiments described below are illustrative only and are not intended to limit the scope of the present invention. It will also be readily understood that the modules or units or processes of the embodiments described herein and illustrated in the figures can be combined and designed in a wide variety of different configurations.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for processing events uniformly according to an embodiment of the present invention, where the method includes: step S101, step S102 and step S103, the method may be deployed in the form of a unified event service, and the steps are described below with reference to specific embodiments.
Step S101, obtaining subscribed JSON format messages of a plurality of preset subjects from the distributed message middleware, and converting the JSON format messages into MAP object format.
In some embodiments of the invention, distributed message middleware may deploy uninterrupted flows of high performance, low latency data in various subsystems that generate various different types of notification messages in conjunction with a unified event service. The networking complexity of the system and the programming complexity can be reduced by using the distributed message.
In some embodiments of the invention, a schematic of the framework shown in FIG. 2 is employed. The system 200 comprises a message center 201, wherein the message center 201 comprises a topic202, a topic 203 and a topic 204, and a message subscription 205 can subscribe messages of different topics from the message center 201 and perform business logic processing through a callback function. And the message subscribed from the message center is in a JSON format, and after the subscribed message is obtained, the JSON format message object is converted into an MAP object.
And 102, calling a rule engine to match the message in the MAP object format according to a preset matching rule.
In some embodiments of the present invention, invoking a rules engine to match the MAP object formatted message according to a predetermined matching rule comprises: the preprocessing of the message may specifically include: packaging the message in the MAP object format into an Msgreq entity object format; verifying the message packaged in the MsgregEntity object format according to a preset verification rule; and calling a rule engine to match the message in the MsgregEntity object format successfully verified according to a preset matching rule. In some embodiments, before encapsulating the message in the MAP object format into the msgreq entity object format, may further include: judging whether the conversion of the JSON message into the MAP object is abnormal or not, if the conversion is abnormal, recording a unified event message table, and setting a verification result as a value with unsuccessful identification verification, for example, 0; if the conversion is not abnormal, the message in the MAP object format is packaged into the MsgReqEntity object format. In addition to the verification, the message in the encapsulated MsgregEntity object format is verified, if the verification is successful, matching is performed according to a preset matching rule after a rule engine is called, if the verification is unsuccessful, the time when the verification is unsuccessful is counted into a unified event message table, and the verification result is set as a value for identifying that the verification is unsuccessful, for example, 0.
Calling a rule to match the message in the Msgreq entity object format which is successfully verified according to a preset matching rule, wherein the matching comprises the following steps: and traversing the preset matching rule, and inquiring a rule Action mapping table according to the rule group ID and the rule ID so as to acquire an Action row. And then, acquiring an Action line, packaging the MsgActEntity object, acquiring a processor instance according to the Action line processing bean name, transferring the MsgActEntity object by calling a process method of the processor instance, and processing a message.
And S103, responding to the successful matching, determining an outbound transaction code according to the Action line matched by the matching rule, and assembling an outbound message according to the outbound transaction code so as to call an outbound component to execute outbound operation.
In the embodiment of the invention, specific event processing is carried out according to the matching result of the rule engine. Specifically, the method can comprise the following steps: and determining the transaction code of the outbound call according to the action lines matched by the matching rules, determining the information such as format of the outbound call message according to the outbound call transaction code, assembling the outbound call message according to the information of the outbound call transaction code, sending the outbound call message to an outbound call component, and executing corresponding outbound call operation by the outbound call component. The outbound component can be a plurality of components, as shown in fig. 2, and the outbound component can be two components, such as an outbound component a and an outbound component B. Different outbound modules respectively execute different notification operations and can asynchronously process, so that the utilization rate of equipment can be improved, and the overall processing efficiency of events can be improved.
As shown in fig. 2, the rule engine 206 performs rule matching on messages subscribed to by the message subscription 205. After the rule engine 206 performs matching, the event process 207 performs processing, the event process 207 invokes the outbound component a211 or the outbound component B212 to perform specific external processing, and because the external component is involved in processing, a failure retransmission mechanism is set for processing in a case that the processing may not be successful. The automatic task 208 sets the automatic repeat task and feeds back the execution result of the automatic repeat task to the event process 207 in the case where the external component process fails, while the setting database DB209 records the execution of the automatic task and stores the relevant log data of the log process 210. Through the setting, the usability of the unified event processing service can be ensured, the task execution condition can be recorded, and the user can conveniently check the operation condition of the service.
In a particular embodiment, the matching and processing of the subscription messages may be as shown in fig. 3.
Step S301, traversing a matching rule set;
step S302, judging whether the traversal of the rule set is finished, if not, continuing the step S303, and if so, ending the process;
step S303, traversing the matching rules;
step S304, judging whether the traversal of the matching rule is finished, if not, continuing the step S305, and if so, ending the process;
step S305, inquiring a rule Action mapping table according to the group ID and the rule ID to acquire Action related information;
step S306, packaging the MsgActEntity object;
step S307, acquiring a processor instance according to the Bean name processed by the Action;
step S308, calling a process method of a processor instance, transmitting the MsgActEntity object, and processing a message;
step S309, judging whether the message is successfully processed, if so, executing step S310, and if not, executing step S311;
step S310, recording the message processing flow meter, and updating the state to be successful;
step S311, creating an automatic task processing failure message;
step S312, judging whether the automatic task is successfully processed, if so, executing step S310, and if not, executing step S313;
step 313, recording the message processing flow meter, and updating the state to failure.
In some embodiments, the event unified processing method of the present invention further includes: acquiring a batch of short message files, calling the rule engine to perform short message rule matching on each short message record in the batch of short message files, circularly processing a matching rule set, inquiring an Action line set corresponding to the matching rule, circularly processing the Action line set, and analyzing an Action line parameter so as to determine a short message template.
For example, the SMS message template may include more or all of the following: the method comprises the following steps of promissory repayment deduction result short message reminding, interest rate market short message reminding, account settlement short message reminding, official card repayment transaction reminding batch short messages, official card repayment batch short messages before due reminding batch short messages, personal card unconventional account repayment batch short messages after due reminding batch short messages, card activation reminding batch short messages, bank message APP card activation reminding batch short messages, personal card unconventional account repayment batch short messages before due reminding batch short messages, promissory repayment due repayment short message reminding, interest rate market pre-reminding short messages, temporary amount due short message reminding batch short messages, inactive account short message reminding batch short messages and risk early warning card stopping and adjusting amount reminding batch short messages.
The unified event processing method of the present invention may further include: and determining a short message template, executing template instantiation, generating short message content, and calling a unified communication component to uniformly send the short message content. The event unified processing method provided by the invention processes the acquired batch file records one by one, generates the short message content detail after the operations of template matching, template instantiation and the like, generates the short message content file after the processing is finished, and calls the unified communication to send the batch short messages.
In a specific embodiment, the short message sending part needs to perform short message template matching and generate short message content, and then call unified communication to send the short message, and the specific flow is as follows:
(1) calling a rule engine to perform short message rule matching;
(2) circularly processing the matching rule set;
(3) inquiring an Action set corresponding to the rule;
(4) circularly processing the action set;
(5) analyzing the action parameters of each action in the action set;
(6) matching the short message template;
(7) calling out a short message;
(8) judging whether the short message outbound call is successful, if so, executing (9), otherwise, executing (10);
(9) processing the related information recording message to a successful log table;
(10) an automatic task processing failure message is created.
The event unified processing method provided by the embodiment of the invention can be used for uniformly processing the short messages matched with different templates in batches, and compared with a non-batch single processing method, the processing efficiency of the short message notification service is obviously improved.
In the embodiment of the invention, the unified communication interface and the external component are different components, and the matched event is processed in an asynchronous mode, so that the short-time flow peak is reduced, the system response speed can be improved, and the system throughput is increased.
According to the event unified processing method provided by the embodiment of the invention, from the aspect of function design, the main business logic and the event processing are separated, so that the template can be better applied according to the function design, and the decoupling among system functions is realized.
The embodiment of the invention also provides computer equipment. As shown in fig. 4, the computer device 400 may comprise a memory 401 and a processor 402, wherein the memory 401 stores computer instructions and the processor 402 is configured to execute the computer instructions to cause the computer device 400 to implement the method described above. For the above-mentioned methods, no further description is given here.
Embodiments of the present invention further provide a computer-readable storage medium, on which computer instructions are stored, and the computer instructions, when executed by a processor, implement the method described above, and no further details are provided for the method described above.
Through the above description of the embodiments, those skilled in the art will clearly understand that the present invention can be implemented by combining software and a hardware platform. With this understanding in mind, all or part of the technical solutions of the present invention that contribute to the background art may be embodied in the form of a software product, which can be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, a smart phone, or a network device, etc.) to execute the methods according to the embodiments or some parts of the embodiments.
The terms and expressions used in the specification of the present invention have been set forth for illustrative purposes only and are not meant to be limiting. It will be appreciated by those skilled in the art that changes could be made to the details of the above-described embodiments without departing from the underlying principles thereof. The scope of the invention is, therefore, indicated by the appended claims, in which all terms are intended to be interpreted in their broadest reasonable sense unless otherwise indicated.

Claims (9)

1. A unified event processing method is characterized by comprising the following steps:
acquiring subscribed JSON (Java Server object) format messages of a plurality of preset topics from distributed message middleware, and converting the JSON format messages into an MAP (MAP object) format;
calling a rule engine to match the message in the MAP object format according to a preset matching rule;
responding to the successful matching, determining an outbound transaction code according to an Action line matched by the matching rule, and assembling an outbound message according to the outbound transaction code so as to call an outbound component to execute outbound operation;
wherein the method further comprises:
acquiring a batch of short message files, calling the rule engine to perform short message rule matching on each short message record in the batch of short message files, circularly processing a matching rule set, inquiring an Action line set corresponding to the matching rule, circularly processing the Action line set, and analyzing an Action line parameter so as to determine a short message template.
2. The method of claim 1, wherein the invoking rules engine matching the MAP object formatted message according to a predetermined matching rule comprises:
packaging the message in the MAP object format into an Msgreq entity object format;
verifying the message packaged in the Msgreq entity object format according to a preset verification rule;
and calling a rule engine to match the message in the Msgreq entity object format which is successfully verified according to a preset matching rule.
3. The method of claim 2, wherein the invoking rules engine matching the successfully verified msgqentity object formatted message according to a predetermined matching rule comprises:
and traversing the preset matching rule, and inquiring a rule Action mapping table according to the rule group ID and the rule ID so as to acquire an Action row.
4. The method of claim 3, further comprising:
the method comprises the steps of obtaining an Action line, packaging an MsgActEntity object, obtaining a processor instance according to the Action line processing bean name, transferring the MsgActEntity object by calling a processor instance process method, and processing a message.
5. The method of claim 1, further comprising:
and determining a short message template, executing instantiation of the short message template, generating short message content, and calling a unified communication component to uniformly send the short message content.
6. The method of claim 5, wherein the SMS template comprises any or all of the following: the method comprises the following steps of promissory repayment deduction result short message reminding, interest rate market short message reminding, account settlement short message reminding, official card repayment transaction reminding batch short messages, official card repayment batch short messages before due reminding batch short messages, personal card unconventional account repayment batch short messages after due reminding batch short messages, card activation reminding batch short messages, bank message APP card activation reminding batch short messages, personal card unconventional account repayment batch short messages before due reminding batch short messages, promissory repayment due repayment short message reminding, interest rate market pre-reminding short messages, temporary amount due short message reminding batch short messages, inactive account short message reminding batch short messages and risk early warning card stopping and adjusting amount reminding batch short messages.
7. The method of claim 5, wherein the unified messaging component and the outbound component are distinct components and the matched events are processed asynchronously.
8. A computer device comprising a memory and a processor, wherein the memory stores computer instructions; a processor configured to execute the computer instructions to cause the computer device to perform the method of any one of claims 1 to 7.
9. A computer readable storage medium having stored thereon computer instructions which, when executed by a processor, implement the method of any one of claims 1 to 7.
CN201810991828.6A 2018-08-29 2018-08-29 Event unified processing method, device and storage medium Active CN109271261B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810991828.6A CN109271261B (en) 2018-08-29 2018-08-29 Event unified processing method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810991828.6A CN109271261B (en) 2018-08-29 2018-08-29 Event unified processing method, device and storage medium

Publications (2)

Publication Number Publication Date
CN109271261A CN109271261A (en) 2019-01-25
CN109271261B true CN109271261B (en) 2022-03-11

Family

ID=65154810

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810991828.6A Active CN109271261B (en) 2018-08-29 2018-08-29 Event unified processing method, device and storage medium

Country Status (1)

Country Link
CN (1) CN109271261B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108492195B (en) * 2018-03-08 2020-11-27 中国平安人寿保险股份有限公司 Rule engine package parameter generalization method, equipment and storage medium
CN111722940B (en) * 2020-05-22 2024-04-16 百富计算机技术(深圳)有限公司 Message transmission method, terminal equipment and transmission system based on asynchronous serial port
CN111708645A (en) * 2020-06-12 2020-09-25 北京思特奇信息技术股份有限公司 Event processing method and system based on stream processing
CN112085473A (en) * 2020-09-11 2020-12-15 杭州安恒信息技术股份有限公司 Event notification method and related device for workflow engine and business strategy machine
CN112671877B (en) * 2020-12-16 2022-07-08 中国建设银行股份有限公司 Data processing method and device
CN113760987A (en) * 2021-02-04 2021-12-07 北京沃东天骏信息技术有限公司 Data processing method and data processing platform

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102158482A (en) * 2011-03-10 2011-08-17 易程(苏州)软件股份有限公司 JSON (JavaScript Object Notation) data protocol based passenger transport information communication method and system
CN102892090A (en) * 2012-09-11 2013-01-23 北京中创信测科技股份有限公司 Personalized service short message publication method and system
CN103678617A (en) * 2013-12-17 2014-03-26 北京哈工大计算机网络与信息安全技术研究中心 Processing system and method for sensing context by moving based on stream calculation
CN107220098A (en) * 2017-06-14 2017-09-29 北京奇艺世纪科技有限公司 The implementation method and device of regulation engine

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140222493A1 (en) * 2013-02-04 2014-08-07 Uni-B Solutions Llc Process management system, method, and computer-readable medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102158482A (en) * 2011-03-10 2011-08-17 易程(苏州)软件股份有限公司 JSON (JavaScript Object Notation) data protocol based passenger transport information communication method and system
CN102892090A (en) * 2012-09-11 2013-01-23 北京中创信测科技股份有限公司 Personalized service short message publication method and system
CN103678617A (en) * 2013-12-17 2014-03-26 北京哈工大计算机网络与信息安全技术研究中心 Processing system and method for sensing context by moving based on stream calculation
CN107220098A (en) * 2017-06-14 2017-09-29 北京奇艺世纪科技有限公司 The implementation method and device of regulation engine

Also Published As

Publication number Publication date
CN109271261A (en) 2019-01-25

Similar Documents

Publication Publication Date Title
CN109271261B (en) Event unified processing method, device and storage medium
CN108897854B (en) Monitoring method and device for overtime task
CN107645562A (en) Data transmission processing method, device, equipment and system
CN108076098A (en) A kind of method for processing business and system
CN109656700A (en) Distributed link tracking, system, equipment and storage medium under multi-tenant
CN112788128B (en) Business information pushing method and device, storage medium and electronic device
CN111245900A (en) Distributed message sending processing system and processing method thereof
CN110610376A (en) Behavior data response method and device, computer equipment and storage medium
CN111666145A (en) Message processing method and system of message queue and computer equipment
CN110675159A (en) Financial market transaction advance risk control method and system and electronic equipment
CN114338793A (en) Message pushing method and device, electronic equipment and readable storage medium
CN111782473A (en) Distributed log data processing method, device and system
CN114979058B (en) CAN multi-mailbox multiplexing processing method and system
CN111224814B (en) Message processing method and device
CN112270572A (en) Automated marketing method, system, electronic device and computer readable storage medium
CN114500640A (en) Message generation method, message transmission device, electronic equipment and medium
CN113672488A (en) Log text processing method and device
CN109670952B (en) Collecting and paying transaction platform
CN113934552A (en) Method and device for determining function code, storage medium and electronic device
CN115410580A (en) Voice recognition method, device, equipment and medium for command scheduling system
CN114064395A (en) Method and device for monitoring health degree of integrated interface, storage medium and electronic equipment
CN113657997A (en) Bank business processing method and device based on account group
CN114064429A (en) Audit log acquisition method and device, storage medium and server
CN112333262A (en) Data updating prompting method and device, computer equipment and readable storage medium
CN111552907A (en) Message processing method, device, equipment and storage 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
GR01 Patent grant
GR01 Patent grant