Interface AttestationWorker

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface AttestationWorker
    A worker to process and verify attestation results.
    • Method Detail

      • process

        boolean process​(org.apache.ibatis.session.SqlSession session,
                        AttestationResult attestationResult)
        Process the given attestation result.
        Parameters:
        session - the active mybatis database session
        attestationResult - the attestation result to process.
        Returns:
        true if the processing succeeded, false otherwise.