A push consumer uses this interface to register with an event channel.
void connect_push_consumer(in CosEventComm::PushConsumer push_consumer) raises(AlreadyConnected, TypeError);
Registers a push consumer implementation with the event channel.
A push consumer must implement and register a
CosEventComm::PushConsumer
object so that the channel may successfully push events on it.
push_consumer
- A reference to a push consumer implementation,
Generated by the ORBacus IDL-to-HTML translator (non-commercial)