Package org.fcrepo.camel.reindexing
Class FcrepoReindexingConfig
- java.lang.Object
-
- org.fcrepo.camel.common.config.BasePropsConfig
-
- org.fcrepo.camel.reindexing.FcrepoReindexingConfig
-
@Configuration @Conditional(org.fcrepo.camel.reindexing.FcrepoReindexingConfig.ReindexingEnabled.class) public class FcrepoReindexingConfig extends org.fcrepo.camel.common.config.BasePropsConfig
A configuration class for the re-indexer service- Author:
- dbernstein
-
-
Constructor Summary
Constructors Constructor Description FcrepoReindexingConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReindexingStream()StringgetRestHost()intgetRestPort()StringgetRestPrefix()org.apache.camel.builder.RouteBuilderreindexingRoute()
-
-
-
Constructor Detail
-
FcrepoReindexingConfig
public FcrepoReindexingConfig()
-
-
Method Detail
-
getReindexingStream
public String getReindexingStream()
-
getRestPrefix
public String getRestPrefix()
-
getRestHost
public String getRestHost()
-
getRestPort
public int getRestPort()
-
reindexingRoute
@Bean public org.apache.camel.builder.RouteBuilder reindexingRoute()
-
-