Class AsyncEntityModifierImpl.AsyncImpl
java.lang.Object
net.binis.codegen.spring.modifier.impl.AsyncEntityModifierImpl.AsyncImpl
- All Implemented Interfaces:
AsyncModifier<T,R>
- Enclosing class:
- AsyncEntityModifierImpl<T,R>
protected class AsyncEntityModifierImpl.AsyncImpl extends Object implements AsyncModifier<T,R>
-
Constructor Summary
Constructors Modifier Constructor Description protectedAsyncImpl() -
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()
-
Constructor Details
-
AsyncImpl
protected AsyncImpl()
-
-
Method Details
-
flow
- Specified by:
flowin interfaceAsyncModifier<T,R>
-
delay
- Specified by:
delayin interfaceAsyncModifier<T,R>
-
delay
- Specified by:
delayin interfaceAsyncModifier<T,R>
-
save
- Specified by:
savein interfaceAsyncModifier<T,R>
-
delete
- Specified by:
deletein interfaceAsyncModifier<T,R>
-
execute
- Specified by:
executein interfaceAsyncModifier<T,R>
-