Class MyRetryProcessListener

  • All Implemented Interfaces:
    jakarta.batch.api.chunk.listener.RetryProcessListener

    @Named("myRetryProcessListener")
    public class MyRetryProcessListener
    extends Object
    implements jakarta.batch.api.chunk.listener.RetryProcessListener
    • Constructor Detail

      • MyRetryProcessListener

        public MyRetryProcessListener()
    • Method Detail

      • onRetryProcessException

        public void onRetryProcessException​(Object o,
                                            Exception e)
        Specified by:
        onRetryProcessException in interface jakarta.batch.api.chunk.listener.RetryProcessListener