Uses of Class
org.springframework.cloud.stream.provisioning.ProvisioningException
Packages that use ProvisioningException
-
Uses of ProvisioningException in org.springframework.cloud.stream.provisioning
Methods in org.springframework.cloud.stream.provisioning that throw ProvisioningExceptionModifier and TypeMethodDescriptionProvisioningProvider.provisionConsumerDestination(String name, String group, C properties) Creates the middleware destination on the physical broker for the consumer to consume data.ProvisioningProvider.provisionProducerDestination(String name, P properties) Creates middleware destination on the physical broker for the producer to send data.