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