The StructuredPushConsumer
interface is implemented
and registered (connected) by clients who wish to have structured
events pushed on them by the channel.
void disconnect_structured_push_consumer();
Terminates communication between the target consumer and its supplier. Also frees resources allocated by the consumer.
void push_structured_event(in CosNotification::StructuredEvent notification) raises(CosEventComm::Disconnected);
Suppliers invoke this operation to pass structured
event data to consumers. If communication is
disconnected the Disconnected
exception
is raised.
notification
- The structured event being pushed
to the consumer.
Generated by the ORBacus IDL-to-HTML translator (non-commercial)