Interface CasConsumer

    • Method Detail

      • isReadOnly

        boolean isReadOnly()
        Must return true. By contract, CAS Consumers must be read only.
        Specified by:
        isReadOnly in interface CasProcessor
        Returns:
        true if this CAS processor does not modify the CAS, false if it does.
        See Also:
        CasProcessor.isReadOnly()