Uses of Enum Class
no.skatteetaten.fastsetting.formueinntekt.felles.task.processor.jdbc.TaskChangeEvent
-
Uses of TaskChangeEvent in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor.jdbc
Methods in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor.jdbc that return TaskChangeEventModifier and TypeMethodDescriptionstatic TaskChangeEventReturns the enum constant of this class with the specified name.static TaskChangeEvent[]TaskChangeEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor.jdbc with parameters of type TaskChangeEventModifier and TypeMethodDescriptionvoidDefaultTaskChangeHandler.accept(TaskProcessor processor, TaskChangeEvent event) Method parameters in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor.jdbc with type arguments of type TaskChangeEventModifier and TypeMethodDescriptionTaskChangeEvent.postgres(Collection<? extends TaskProcessor> processors, BiConsumer<TaskProcessor, TaskChangeEvent> callback) Constructor parameters in no.skatteetaten.fastsetting.formueinntekt.felles.task.processor.jdbc with type arguments of type TaskChangeEventModifierConstructorDescriptionOracleProcessorNotifier(DataSource dataSource, Collection<? extends TaskProcessor> processors, BiConsumer<TaskProcessor, TaskChangeEvent> callback) OracleProcessorNotifier(DataSource dataSource, Collection<? extends TaskProcessor> processors, BiConsumer<TaskProcessor, TaskChangeEvent> callback, String host, int port) PostgresNgProcessorNotifier(UnpooledConnectionSource<com.impossibl.postgres.api.jdbc.PGConnection> connectionSource, Runnable onDisconnect, Collection<? extends TaskProcessor> processors, BiConsumer<TaskProcessor, TaskChangeEvent> callback) PostgresProcessorNotifier(UnpooledConnectionSource<org.postgresql.jdbc.PgConnection> connectionSource, Runnable onDisconnected, Executor executor, Collection<? extends TaskProcessor> processors, BiConsumer<TaskProcessor, TaskChangeEvent> callback) PostgresVertxProcessorNotifier(io.vertx.pgclient.pubsub.PgSubscriber subscriber, Runnable onDisconnect, Collection<? extends TaskProcessor> processors, BiConsumer<TaskProcessor, TaskChangeEvent> callback)