Interface JobProcessFactory.ProcessSupplier<P extends JobParameters>

Type Parameters:
P - The type of job parameters handled by the job process this supplier produces.
All Superinterfaces:
Supplier<JobProcess<P>>
Enclosing class:
JobProcessFactory
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 static interface JobProcessFactory.ProcessSupplier<P extends JobParameters>
extends Supplier<JobProcess<P>>
A version of Supplier that builds a job process. Required to work around type inference rules.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get