Class NoOpEventProcessor.SequencerFollowingSequence

  • Enclosing class:
    NoOpEventProcessor

    private static final class NoOpEventProcessor.SequencerFollowingSequence
    extends Sequence
    Sequence that follows (by wrapping) another sequence
    • Field Detail

      • sequencer

        private final RingBuffer<?> sequencer
    • Constructor Detail

      • SequencerFollowingSequence

        private SequencerFollowingSequence​(RingBuffer<?> sequencer)
    • Method Detail

      • get

        public long get()
        Description copied from class: Sequence
        Perform a volatile read of this sequence's value.
        Overrides:
        get in class Sequence
        Returns:
        The current value of the sequence.