import "CosNotifyComm.idl";
Inheritance diagram for CosNotifyComm::SequencePushConsumer:
Public Member Functions | |
void | push_structured_events (in CosNotification::EventBatch notifications) raises (CosEventComm::Disconnected) |
Receive an event batch. | |
void | disconnect_sequence_push_consumer () |
The peer has disconnected. |
Push-style consumer passively accept events, in this case multiple events can be delivered simulatneously.
Definition at line 274 of file CosNotifyComm.idl.
|
The peer has disconnected. This operation is invoked by the consumer peer when it wishes to disconnect. The consumer can safely assume that no more events will follow this request. |
|
Receive an event batch. This operation is invoked to provide an event batch to the consumer.
|