Class DoNothingBatchlet

  • All Implemented Interfaces:
    jakarta.batch.api.Batchlet

    @Named("doNothingBatchlet")
    public class DoNothingBatchlet
    extends jakarta.batch.api.AbstractBatchlet
    • Constructor Detail

      • DoNothingBatchlet

        public DoNothingBatchlet()
    • Method Detail

      • process

        public String process()
        Specified by:
        process in interface jakarta.batch.api.Batchlet
        Specified by:
        process in class jakarta.batch.api.AbstractBatchlet