org.jacorb.notification.interfaces
Interface MessageSupplier
- Disposable
- ECProxyPullConsumerImpl, ProxyPullConsumerImpl, SequenceProxyPullConsumerImpl, StructuredProxyPullConsumerImpl
public interface MessageSupplier
Abstraction of a ProxyPullConsumer.
The implementation maintains a connection to a PullSupplier.
Version:
- Alphonse Bendt
void | runPullMessage() - the implementation pulls one or more events from its Supplier
and hands over the pulled events to the TaskProcessor.
|
runPullMessage
public void runPullMessage()
throws Disconnected
the implementation pulls one or more events from its Supplier
and hands over the pulled events to the TaskProcessor.