public class RedisKeyValueTemplateBean extends CdiBean<org.springframework.data.keyvalue.core.KeyValueOperations>
CdiBean to create RedisKeyValueTemplate instances.beanManager| Constructor and Description |
|---|
RedisKeyValueTemplateBean(javax.enterprise.inject.spi.Bean<RedisKeyValueAdapter> keyValueAdapter,
Set<Annotation> qualifiers,
javax.enterprise.inject.spi.BeanManager beanManager)
Creates a new
RedisKeyValueTemplateBean. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.keyvalue.core.KeyValueOperations |
create(javax.enterprise.context.spi.CreationalContext<org.springframework.data.keyvalue.core.KeyValueOperations> creationalContext) |
void |
destroy(org.springframework.data.keyvalue.core.KeyValueOperations instance,
javax.enterprise.context.spi.CreationalContext<org.springframework.data.keyvalue.core.KeyValueOperations> creationalContext) |
getBeanClass, getDependencyInstance, getId, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, initialize, isAlternative, isNullable, toStringpublic RedisKeyValueTemplateBean(javax.enterprise.inject.spi.Bean<RedisKeyValueAdapter> keyValueAdapter, Set<Annotation> qualifiers, javax.enterprise.inject.spi.BeanManager beanManager)
RedisKeyValueTemplateBean.keyValueAdapter - must not be null.qualifiers - must not be null.beanManager - must not be null.public org.springframework.data.keyvalue.core.KeyValueOperations create(javax.enterprise.context.spi.CreationalContext<org.springframework.data.keyvalue.core.KeyValueOperations> creationalContext)
public void destroy(org.springframework.data.keyvalue.core.KeyValueOperations instance,
javax.enterprise.context.spi.CreationalContext<org.springframework.data.keyvalue.core.KeyValueOperations> creationalContext)
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.