org.omg.CosNotifyComm
Interface PullConsumerOperations
- All Superinterfaces:
- NotifyPublishOperations, PullConsumerOperations
- All Known Subinterfaces:
- ProxyPullConsumer, ProxyPullConsumerOperations, PullConsumer, TypedProxyPullConsumer, TypedProxyPullConsumerOperations
public interface PullConsumerOperations
- extends NotifyPublishOperations, PullConsumerOperations
The PullConsumer interface supports the functionality required by
notification service consumers that receive events as Anys using pull-style
communication. This interface defines no new attributes or operations directly.
Instead, it multiply inherits the PullConsumer interface defined in the
CosEventComm module of the OMG Event Service, and the NotifyPublish
interface described above.
This enables pullstyle consumers of Any events to also receive offer_change
messages from the channel, allowing it to learn about changes to the types
of events being offered to the channel by suppliers.
Read the latest documentation online