Uses of Class
org.citrusframework.jms.endpoint.JmsSyncEndpointConfiguration
Packages that use JmsSyncEndpointConfiguration
-
Uses of JmsSyncEndpointConfiguration in org.citrusframework.jms.endpoint
Methods in org.citrusframework.jms.endpoint that return JmsSyncEndpointConfigurationModifier and TypeMethodDescriptionJmsEndpointAdapter.getEndpointConfiguration()JmsSyncEndpoint.getEndpointConfiguration()Constructors in org.citrusframework.jms.endpoint with parameters of type JmsSyncEndpointConfigurationModifierConstructorDescriptionJmsEndpointAdapter(JmsSyncEndpointConfiguration endpointConfiguration) Default constructor using endpoint configuration.JmsSyncConsumer(String name, JmsSyncEndpointConfiguration endpointConfiguration) Default constructor using endpoint configuration.JmsSyncEndpoint(JmsSyncEndpointConfiguration endpointConfiguration) Constructor using endpoint configuration.JmsSyncProducer(String name, JmsSyncEndpointConfiguration endpointConfiguration) Default constructor using endpoint configuration.