infinispan-spring-boot-starter-remote 2.0.0.Alpha1
- java.lang.Object
-
- org.infinispan.spring.starter.remote.InfinispanRemoteAutoConfiguration
-
@Configuration
@ComponentScan
@ConditionalOnClass(name="org.infinispan.client.hotrod.RemoteCacheManager")
@ConditionalOnProperty(value="infinispan.remote.enabled",
havingValue="true",
matchIfMissing=true)
@EnableConfigurationProperties(value=InfinispanRemoteConfigurationProperties.class)
public class InfinispanRemoteAutoConfiguration
extends Object
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
infinispan-spring-boot-starter-remote 2.0.0.Alpha1
Copyright © 2017 JBoss by Red Hat. All rights reserved.