I see in source code of api.elrond.com that they have a Cron for transaction.processor... That method is not realtime (each second ask for transactions)...
Is observer squad + notifier method similar or its a "real real-time"?
Since a block with new transactions is only created every 6 seconds, 1 second is pretty realtime ????
But yes you will receive new events immediately as they are being processed by your observer
Definitely
Since a block with new transactions is only created every 6 seconds, 1 second is pretty realtime ???? But yes you will receive new events immediately as they are being processed by your observer