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

◆ unlinkAsync()

virtual void IceStorm::AsyncTopic::unlinkAsync ( std::optional< TopicPrx > linkTo,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Destroys a link from this topic to the provided topic.

Parameters
linkToThe topic to destroy the link to. This proxy cannot be null.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceStorm::NoSuchLinkThrown when a link to linkTo does not exist.