Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ writeMessageAsync()

virtual void Ice::AsyncProcess::writeMessageAsync ( std::string message,
std::int32_t fd,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Writes a message on the server application's stdout or stderr.

Parameters
messageThe message to write.
fd1 for stdout, 2 for stderr.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.