Inherits Iterator< T >.
Public Member Functions | |
ChannelIterator (ManagedChannel channel, Iterator< T > iterator) | |
boolean | hasNext () |
T | next () |
void | remove () |
void | shutdown () |
Simple Iterator wrapper that keeps a GRPC channel reference alive to read data from that channel. This holds a channel resource until no longer referenced.
<T> |
void com.mobiledgex.matchingengine.ChannelIterator< T >.shutdown | ( | ) |
Shutdown the channel.