Class MissingCredentialsItemReader

  • All Implemented Interfaces:
    org.springframework.batch.item.ItemReader<io.mosip.idrepository.core.dto.CredentialRequestIdsDto>

    @Component
    @Scope("prototype")
    public class MissingCredentialsItemReader
    extends Object
    implements org.springframework.batch.item.ItemReader<io.mosip.idrepository.core.dto.CredentialRequestIdsDto>
    The Class MissingCredentialsItemReader.
    Author:
    Loganathan Sekar
    • Constructor Detail

      • MissingCredentialsItemReader

        public MissingCredentialsItemReader()
    • Method Detail

      • read

        public io.mosip.idrepository.core.dto.CredentialRequestIdsDto read()
                                                                    throws Exception
        Read.
        Specified by:
        read in interface org.springframework.batch.item.ItemReader<io.mosip.idrepository.core.dto.CredentialRequestIdsDto>
        Returns:
        the credential request ids dto
        Throws:
        Exception - the exception
        org.springframework.batch.item.UnexpectedInputException - the unexpected input exception
        org.springframework.batch.item.ParseException - the parse exception
        org.springframework.batch.item.NonTransientResourceException - the non transient resource exception