@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.sjms-batch") public class SjmsBatchComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
SjmsBatchComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAsyncStartListener() |
Boolean |
getBasicPropertyBinding() |
String |
getConnectionFactory() |
String |
getHeaderFilterStrategy() |
Integer |
getRecoveryInterval() |
void |
setAsyncStartListener(Boolean asyncStartListener) |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding) |
void |
setConnectionFactory(String connectionFactory) |
void |
setHeaderFilterStrategy(String headerFilterStrategy) |
void |
setRecoveryInterval(Integer recoveryInterval) |
public String getConnectionFactory()
public void setConnectionFactory(String connectionFactory)
public Boolean getAsyncStartListener()
public void setAsyncStartListener(Boolean asyncStartListener)
public Integer getRecoveryInterval()
public void setRecoveryInterval(Integer recoveryInterval)
public String getHeaderFilterStrategy()
public void setHeaderFilterStrategy(String headerFilterStrategy)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
Apache Camel