Uses of Interface
no.skatteetaten.fastsetting.formueinntekt.felles.task.processor.TaskContext
-
-
Uses of TaskContext in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor
Classes in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor with type parameters of type TaskContext Modifier and Type Class Description classCompositeTaskHandlerFactory<TRANSACTION,EXCEPTION extends Exception,IDENTITY,CONTEXT extends TaskContext<TRANSACTION,EXCEPTION>>interfaceTaskContextFactory<TRANSACTION,EXCEPTION extends Exception,CONTEXT extends TaskContext<TRANSACTION,EXCEPTION>>Classes in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor that implement TaskContext Modifier and Type Class Description classCompositeTaskContext<TRANSACTION,EXCEPTION extends Exception>classTaskConsumerContext<TRANSACTION,EXCEPTION extends Exception>Methods in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor that return TaskContext Modifier and Type Method Description static <TRANSACTION,EXCEPTION extends Exception>
TaskContext<TRANSACTION,EXCEPTION>TaskContext. simple()Methods in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor that return types with arguments of type TaskContext Modifier and Type Method Description default TaskContextFactory<TRANSACTION,EXCEPTION,TaskContext<TRANSACTION,EXCEPTION>>TaskContext. toFactory()Constructors in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor with parameters of type TaskContext Constructor Description CompositeTaskContext(TaskContext<? super TRANSACTION,? extends EXCEPTION>... delegates)Constructor parameters in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor with type arguments of type TaskContext Constructor Description CompositeTaskContext(Collection<TaskContext<? super TRANSACTION,? extends EXCEPTION>> delegates)
-