84.10. 提取中断或信息 如果需要,可以在不使用 JMX 的情况下获取缓冲区大小等信息: DisruptorEndpoint disruptor = context.getEndpoint("disruptor:xxxx"); int size = disruptor.getBufferSize(); 前一个下一个