Class JmsProvisioner
java.lang.Object
com.boutouil.binder.jms.provision.JmsProvisioner
- All Implemented Interfaces:
org.springframework.cloud.stream.provisioning.ProvisioningProvider<org.springframework.cloud.stream.binder.ExtendedConsumerProperties<JmsConsumerProperties>,org.springframework.cloud.stream.binder.ExtendedProducerProperties<JmsProducerProperties>>
public class JmsProvisioner
extends Object
implements org.springframework.cloud.stream.provisioning.ProvisioningProvider<org.springframework.cloud.stream.binder.ExtendedConsumerProperties<JmsConsumerProperties>,org.springframework.cloud.stream.binder.ExtendedProducerProperties<JmsProducerProperties>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringorg.springframework.cloud.stream.provisioning.ConsumerDestinationprovisionConsumerDestination(String destinationName, String group, org.springframework.cloud.stream.binder.ExtendedConsumerProperties<JmsConsumerProperties> properties) org.springframework.cloud.stream.provisioning.ProducerDestinationprovisionProducerDestination(String destinationName, org.springframework.cloud.stream.binder.ExtendedProducerProperties<JmsProducerProperties> properties)
-
Constructor Details
-
JmsProvisioner
public JmsProvisioner()
-
-
Method Details
-
provisionProducerDestination
public org.springframework.cloud.stream.provisioning.ProducerDestination provisionProducerDestination(String destinationName, org.springframework.cloud.stream.binder.ExtendedProducerProperties<JmsProducerProperties> properties) throws org.springframework.cloud.stream.provisioning.ProvisioningException - Specified by:
provisionProducerDestinationin interfaceorg.springframework.cloud.stream.provisioning.ProvisioningProvider<org.springframework.cloud.stream.binder.ExtendedConsumerProperties<JmsConsumerProperties>,org.springframework.cloud.stream.binder.ExtendedProducerProperties<JmsProducerProperties>> - Throws:
org.springframework.cloud.stream.provisioning.ProvisioningException
-
provisionConsumerDestination
public org.springframework.cloud.stream.provisioning.ConsumerDestination provisionConsumerDestination(String destinationName, String group, org.springframework.cloud.stream.binder.ExtendedConsumerProperties<JmsConsumerProperties> properties) throws org.springframework.cloud.stream.provisioning.ProvisioningException - Specified by:
provisionConsumerDestinationin interfaceorg.springframework.cloud.stream.provisioning.ProvisioningProvider<org.springframework.cloud.stream.binder.ExtendedConsumerProperties<JmsConsumerProperties>,org.springframework.cloud.stream.binder.ExtendedProducerProperties<JmsProducerProperties>> - Throws:
org.springframework.cloud.stream.provisioning.ProvisioningException
-
noPrefix
-