import "CosNotifyComm.idl";
Inherits CosNotifyComm::NotifyPublish.
Inherited by CosNotifyChannelAdmin::SequenceProxyPushConsumer.
Public Member Functions | |
| void | push_structured_events (in CosNotification::EventBatch notifications) raises (CosEventComm::Disconnected) |
| Push a sequence of events onto this consumer. | |
| void | disconnect_sequence_push_consumer () |
| Disconnect this push consumer. | |
| void CosNotifyComm::SequencePushConsumer::disconnect_sequence_push_consumer | ( | ) |
Disconnect this push consumer.
| void CosNotifyComm::SequencePushConsumer::push_structured_events | ( | in CosNotification::EventBatch | notifications | ) | raises (CosEventComm::Disconnected) |
Push a sequence of events onto this consumer.
notifications - The event sequence. Disconnected If this consumer is disconnected.
![]()