Class RingBufferLogEvent.Factory

  • All Implemented Interfaces:
    com.lmax.disruptor.EventFactory<RingBufferLogEvent>
    Enclosing class:
    RingBufferLogEvent

    private static class RingBufferLogEvent.Factory
    extends java.lang.Object
    implements com.lmax.disruptor.EventFactory<RingBufferLogEvent>
    Creates the events that will be put in the RingBuffer.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Factory()  
    • Constructor Detail

      • Factory

        private Factory()