public interface MessageSupplierDelegate
Modifier and Type | Interface and Description |
---|---|
static class |
MessageSupplierDelegate.PullResult |
Modifier and Type | Method and Description |
---|---|
boolean |
getConnected() |
boolean |
isSuspended() |
MessageSupplierDelegate.PullResult |
pullMessages()
the implementation pulls one or more events from its Supplier
and hands over the pulled events to the TaskProcessor.
|
void |
queueMessages(MessageSupplierDelegate.PullResult data) |
MessageSupplierDelegate.PullResult pullMessages() throws Disconnected
Disconnected
void queueMessages(MessageSupplierDelegate.PullResult data)
boolean getConnected()
boolean isSuspended()
Copyright © 2017 JacORB. All rights reserved.