(Object event)
| 255 | |
| 256 | public interface Consumer extends MessagePassingQueue.Consumer<Object> { |
| 257 | @Override |
| 258 | void accept(Object event); |
| 259 | |
| 260 | void flush() throws InterruptedException; |
nothing calls this directly
no outgoing calls
no test coverage detected