public interface CollectorQueue
boolean
offer(Message t)
List<Message>
poll(int waitTimeMs)
int
size()
take()
List<Message> take() throws InterruptedException
InterruptedException
List<Message> poll(int waitTimeMs) throws InterruptedException
boolean offer(Message t) throws InterruptedException
int size()
Copyright © 2021. All rights reserved.