Package net.binis.codegen.spring.async
Interface AsyncModifier<T,R>
- All Known Implementing Classes:
AsyncEntityModifier.AsyncImpl
public interface AsyncModifier<T,R>
-
Method Summary
Modifier and Type Method Description AsyncModifier<T,R>delay(long delay, TimeUnit unit)AsyncModifier<T,R>delay(Duration duration)CompletableFuture<R>delete()CompletableFuture<R>execute(Consumer<T> task)AsyncModifier<T,R>flow(String flow)CompletableFuture<R>save()
-
Method Details
-
flow
-
delay
-
delay
-
save
CompletableFuture<R> save() -
delete
CompletableFuture<R> delete() -
execute
-