Package com.avanza.gs.test.junit5
Class PartitionedPuConfigurer
- java.lang.Object
-
- com.avanza.gs.test.AbstractPartitionedPuConfigurer<PartitionedPuConfigurer,RunningPu>
-
- com.avanza.gs.test.junit5.PartitionedPuConfigurer
-
public final class PartitionedPuConfigurer extends com.avanza.gs.test.AbstractPartitionedPuConfigurer<PartitionedPuConfigurer,RunningPu>
-
-
Constructor Summary
Constructors Constructor Description PartitionedPuConfigurer(String puXmlPath)PartitionedPuConfigurer(org.springframework.core.io.Resource puConfigResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunningPuconfigure()-
Methods inherited from class com.avanza.gs.test.AbstractPartitionedPuConfigurer
autostart, beanProperties, contextProperties, contextProperties, contextProperty, getBeanProperties, getContextProperties, getLookupLocator, getNumberOfBackups, getNumberOfPrimaries, getParentContext, getPuConfigResource, getPuXmlPath, getSpaceName, isAutostart, isUseAuthentication, lookupGroup, lookupLocator, numberOfBackups, numberOfPrimaries, parentContext, spaceName, startAsync, withAuthentication
-
-
-
-
Constructor Detail
-
PartitionedPuConfigurer
public PartitionedPuConfigurer(String puXmlPath)
-
PartitionedPuConfigurer
public PartitionedPuConfigurer(org.springframework.core.io.Resource puConfigResource)
-
-
Method Detail
-
configure
public RunningPu configure()
- Specified by:
configurein classcom.avanza.gs.test.AbstractPartitionedPuConfigurer<PartitionedPuConfigurer,RunningPu>
-
-