Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ subscribeAndGetPublisher()

Object * subscribeAndGetPublisher ( QoS theQoS,
Object * subscriber ) throws AlreadySubscribed, BadQoS

Subscribes to this topic.

Parameters
theQoSThe quality of service parameters for this subscription.
subscriberThe subscriber's proxy. This proxy cannot be null.
Returns
The per-subscriber publisher proxy. This proxy is never null.
Exceptions
AlreadySubscribedThrown when subscriber is already subscribed.
BadQoSThrown when theQoS is unavailable or invalid.
See also
unsubscribe