Interface InlineExecutorService<T>

All Known Implementing Classes:
InlineLoanCOBExecutorServiceImpl

public interface InlineExecutorService<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(List<T> elements, String jobName)
     
    default void
    execute(T element, String jobName)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    executeInlineJob(org.apache.fineract.infrastructure.core.api.JsonCommand command, String jobName)
     
  • Method Details

    • executeInlineJob

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult executeInlineJob(org.apache.fineract.infrastructure.core.api.JsonCommand command, String jobName)
    • execute

      void execute(List<T> elements, String jobName)
    • execute

      default void execute(T element, String jobName)