Interface StompComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface StompComponentBuilderFactory
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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for the Stomp component.static class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstomp()Stomp (camel-stomp) Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers.
-
Method Details
-
stomp
Stomp (camel-stomp) Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers. Category: messaging Since: 2.12 Maven coordinates: org.apache.camel:camel-stomp- Returns:
- the dsl builder
-