Uses of Interface
no.skatteetaten.fastsetting.formueinntekt.felles.task.processor.TaskHandler
-
Uses of TaskHandler in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor
Methods in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor that return TaskHandlerModifier and TypeMethodDescriptionstatic <TRANSACTION,EXCEPTION extends Exception>
TaskHandler<TRANSACTION, EXCEPTION> TaskHandler.simple(Function<Task, TaskDecision> resolver) Methods in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor that return types with arguments of type TaskHandlerModifier and TypeMethodDescriptiondefault Supplier<TaskHandler<TRANSACTION, EXCEPTION>> TaskHandler.toFactory()Method parameters in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor with type arguments of type TaskHandlerModifier and TypeMethodDescriptionstatic <TRANSACTION,EXCEPTION extends Exception, BAGGAGE>
BufferingTaskHandlerFactory<TRANSACTION, EXCEPTION, BAGGAGE> BufferingTaskHandlerFactory.withBaggage(Executor executor, boolean failPendingOnClose, int buffer, int workers, long poll, TimeUnit timeUnit, Function<String, ? extends TaskHandler<TRANSACTION, EXCEPTION>> delegate, Supplier<BAGGAGE> baggageSupplier, Consumer<BAGGAGE> baggageConsumer) static <TRANSACTION,EXCEPTION extends Exception>
BufferingTaskHandlerFactory<TRANSACTION, EXCEPTION, Void> BufferingTaskHandlerFactory.withoutBaggage(Executor executor, boolean failPendingOnClose, int buffer, int workers, long poll, TimeUnit timeUnit, Function<String, ? extends TaskHandler<TRANSACTION, EXCEPTION>> delegate) Constructor parameters in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor with type arguments of type TaskHandlerModifierConstructorDescriptionTaskManager(String topic, Executor executor, TaskSource<TRANSACTION, EXCEPTION> source, TaskDispatcher<TRANSACTION, EXCEPTION> dispatcher, TaskLimiter limiter, Function<String, ? extends TaskHandler<TRANSACTION, EXCEPTION>> handlerFactory, TaskListener<TRACE> listener, TaskSource.Order order, TaskSource.Condition condition, int size, long pause, TimeUnit timeUnit)