return new SequenceProxyPullConsumerPOATie(this);
}
public MessageSupplierDelegate.PullResult pullMessages() throws Disconnected
{
BooleanHolder _hasEvent = new BooleanHolder();
_hasEvent.value = false;
StructuredEvent[] _events = sequencePullSupplier_.try_pull_structured_events(1, _hasEvent);
return new MessageSupplierDelegate.PullResult(_events, _hasEvent.value);
}