Uses of Interface
org.apache.camel.builder.component.dsl.StompComponentBuilderFactory.StompComponentBuilder
Packages that use StompComponentBuilderFactory.StompComponentBuilder
-
Uses of StompComponentBuilderFactory.StompComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return StompComponentBuilderFactory.StompComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.stomp()Stomp (camel-stomp) Send and receive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers. -
Uses of StompComponentBuilderFactory.StompComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement StompComponentBuilderFactory.StompComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return StompComponentBuilderFactory.StompComponentBuilderModifier and TypeMethodDescriptionStompComponentBuilderFactory.StompComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.StompComponentBuilderFactory.StompComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.The URI of the Stomp broker to connect to.StompComponentBuilderFactory.StompComponentBuilder.configuration(org.apache.camel.component.stomp.StompConfiguration configuration) Component configuration.StompComponentBuilderFactory.StompComponentBuilder.customHeaders(Properties customHeaders) To set custom headers.StompComponentBuilderFactory.StompComponentBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.The virtual host name.StompComponentBuilderFactory.StompComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).The username.The password.StompComponentBuilderFactory.StompComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.StompComponentBuilderFactory.stomp()Stomp (camel-stomp) Send and receive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers.StompComponentBuilderFactory.StompComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.The stomp version (1.1, or 1.2).