Archived

This forum has been archived. Please start a new discussion on GitHub.

Could IceStorm messages use proxy as parameter?

I know that IceStorm messages are unidirectional, must have void return type,cannot have out-parameters, and cannot raise user exceptions!

But could it use proxy as parameter so that the subscriber could send a response back through the proxy?