Class AsyncAtomicBooleanProducer
- java.lang.Object
-
- com.oracle.coherence.concurrent.atomic.internal.cdi.AsyncAtomicBooleanProducer
-
@ApplicationScoped public class AsyncAtomicBooleanProducer extends Object
CDI producers forAsyncAtomicBooleanvalues.- Since:
- 21.12
- Author:
- Aleks Seovic 2020.12.07
-
-
Constructor Summary
Constructors Constructor Description AsyncAtomicBooleanProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetName(javax.enterprise.inject.spi.InjectionPoint ip)Determine the name of the atomic value from aNameannotation or member name.
-