Can streams push events to a listener?

+1 vote
Newbie question. I was looking at using streams to do a simple audit log application, storing event messages in a blockchain. In order to make this more searchable, I wanted to create an ElasticSearch instance that would contain message meta-data. Is there a way that MultiChain can push a notification that the stream was updated so an external process can update the ES instance?
asked Jul 25, 2018 by anonymous

1 Answer

0 votes

Yes, please look at the walletnotify and walletnotifynew runtime parameters:

https://www.multichain.com/developers/runtime-parameters/

answered Jul 26, 2018 by MultiChain
...