infinispan-spring-boot-starter-autoconfigure 1.0.0.CR1
- java.lang.Object
-
- infinispan.autoconfigure.remote.InfinispanRemoteAutoConfiguration
-
@Configuration
@ComponentScan
@ConditionalOnClass(name="org.infinispan.client.hotrod.RemoteCacheManager")
@ConditionalOnProperty(value="infinispan.remote.enabled",
havingValue="true",
matchIfMissing=true)
@EnableConfigurationProperties(value=InfinispanProperties.class)
public class InfinispanRemoteAutoConfiguration
extends Object
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
static org.slf4j.Logger |
logger |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
infinispan-spring-boot-starter-autoconfigure 1.0.0.CR1
Copyright © 2017 JBoss by Red Hat. All rights reserved.