| std::function< void()> Ice::ProcessPrx::writeMessageAsync | ( | std::string_view | message, |
| std::int32_t | fd, | ||
| std::function< void()> | response, | ||
| std::function< void(std::exception_ptr)> | exception = nullptr, | ||
| std::function< void(bool)> | sent = nullptr, | ||
| const Ice::Context & | context = Ice::noExplicitContext ) const |
Writes a message on the server application's stdout or stderr.
| message | The message to write. |
| fd | 1 for stdout, 2 for stderr. |
| response | The response callback. |
| exception | The exception callback. |
| sent | The sent callback. |
| context | The request context. |