Beispiel #1
0
 private <Message> Channel<Message> newChannel() {
   return Channels.newChannel(mailboxSize, policy, singleProducer, singleConsumer);
 }