Class StompComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.stomp.springboot.StompComponentConfiguration
@ConfigurationProperties(prefix="camel.component.stomp")
public class StompComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send and rececive messages to/from STOMP (Simple Text Oriented Messaging
Protocol) compliant message brokers.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.stomp.StompConfigurationorg.apache.camel.spi.HeaderFilterStrategygetHost()getLogin()org.apache.camel.support.jsse.SSLContextParametersvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetBrokerUrl(String brokerUrl) voidsetConfiguration(org.apache.camel.component.stomp.StompConfiguration configuration) voidsetCustomHeaders(Properties customHeaders) voidsetHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) voidvoidsetLazyStartProducer(Boolean lazyStartProducer) voidvoidsetPasscode(String passcode) voidsetSslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) voidsetUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) voidsetVersion(String version) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
StompComponentConfiguration
public StompComponentConfiguration()
-
-
Method Details
-
getBrokerUrl
-
setBrokerUrl
-
getCustomHeaders
-
setCustomHeaders
-
getHost
-
setHost
-
getVersion
-
setVersion
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getConfiguration
public org.apache.camel.component.stomp.StompConfiguration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.stomp.StompConfiguration configuration) -
getHeaderFilterStrategy
public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy() -
setHeaderFilterStrategy
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) -
getLogin
-
setLogin
-
getPasscode
-
setPasscode
-
getSslContextParameters
public org.apache.camel.support.jsse.SSLContextParameters getSslContextParameters() -
setSslContextParameters
public void setSslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) -
getUseGlobalSslContextParameters
-
setUseGlobalSslContextParameters
-