Interface AttestationWorkerFactory

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 AttestationWorkerFactory
A functional interface to create an attestation worker
  • Method Summary

    Modifier and Type
    Method
    Description
    createWorker(int resultType)
    Creates an attestation worker
  • Method Details

    • createWorker

      AttestationWorker createWorker(int resultType)
      Creates an attestation worker
      Parameters:
      resultType - the result type of the attestation result under processing
      Returns:
      the attestation worker .