@FunctionalInterface public interface JDBCJobRepositoryConsumer<T extends JDBCJobRepository<T>>
Modifier and Type | Method and Description |
---|---|
void |
accept(T value)
Configure a pre-constructed instance of JDBCJobRepository resource
|
default JDBCJobRepositoryConsumer<T> |
andThen(JDBCJobRepositoryConsumer<T> after) |
void accept(T value)
default JDBCJobRepositoryConsumer<T> andThen(JDBCJobRepositoryConsumer<T> after)
Copyright © 2019 JBoss by Red Hat. All rights reserved.