You can use Ens.Response class for an empty response and you need to init it:
Method OnMessage(request As Ens.StreamContainer, Output response As Ens.Response) As %Status
{
set response = ##class(Ens.Response).%New()
quit $$$OK
}If you only want to see streams why not use <trace> in BP?
- Log in to post comments