You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is required to count the number of transactions processed through the Gateway to develop a transaction-based pricing model. Currently there is no transaction counting mechanism is implemented.
Solution
Developing a synapse handler based transaction counting mechanism.
Implementation
A synapse handler-based methodology needs to be developed to count the following transactions.
Transaction Type
Counting mechanism
Request Response Pairs
Needs to be counted at request outflow
Incoming messages via WebSockets
Can be counted at request inflow by checking the transport name.
Distributed architecture
Component architecture
The text was updated successfully, but these errors were encountered:
Problem
It is required to count the number of transactions processed through the Gateway to develop a transaction-based pricing model. Currently there is no transaction counting mechanism is implemented.
Solution
Developing a synapse handler based transaction counting mechanism.
Implementation
A synapse handler-based methodology needs to be developed to count the following transactions.
Distributed architecture
Component architecture
The text was updated successfully, but these errors were encountered: