Uses of Interface
net.binis.codegen.spring.async.AsyncModifier
| Package | Description |
|---|---|
| net.binis.codegen.spring.async | |
| net.binis.codegen.spring.modifier | |
| net.binis.codegen.spring.modifier.impl |
-
Uses of AsyncModifier in net.binis.codegen.spring.async
Methods in net.binis.codegen.spring.async that return AsyncModifier Modifier and Type Method Description AsyncModifier<T,R>AsyncModifier. delay(long delay, TimeUnit unit)AsyncModifier<T,R>AsyncModifier. delay(Duration duration)AsyncModifier<T,R>AsyncModifier. flow(String flow) -
Uses of AsyncModifier in net.binis.codegen.spring.modifier
Methods in net.binis.codegen.spring.modifier that return AsyncModifier Modifier and Type Method Description AsyncModifier<T,R>AsyncEntityModifier. async() -
Uses of AsyncModifier in net.binis.codegen.spring.modifier.impl
Classes in net.binis.codegen.spring.modifier.impl that implement AsyncModifier Modifier and Type Class Description protected classAsyncEntityModifierImpl.AsyncImplMethods in net.binis.codegen.spring.modifier.impl that return AsyncModifier Modifier and Type Method Description AsyncModifier<T,R>AsyncEntityModifierImpl. async()AsyncModifier<T,R>AsyncEntityModifierImpl.AsyncImpl. delay(long delay, TimeUnit unit)AsyncModifier<T,R>AsyncEntityModifierImpl.AsyncImpl. delay(Duration duration)AsyncModifier<T,R>AsyncEntityModifierImpl.AsyncImpl. flow(String flow)