Uses of Interface
org.springframework.cloud.stream.provisioning.ProvisioningProvider
Packages that use ProvisioningProvider
-
Uses of ProvisioningProvider in org.springframework.cloud.stream.binder
Classes in org.springframework.cloud.stream.binder with type parameters of type ProvisioningProviderModifier and TypeClassDescriptionclassAbstractMessageChannelBinder<C extends ConsumerProperties,P extends ProducerProperties, PP extends ProvisioningProvider<C, P>> AbstractBinderthat serves as base class forMessageChannelbinders.Fields in org.springframework.cloud.stream.binder declared as ProvisioningProviderModifier and TypeFieldDescriptionprotected final PPAbstractMessageChannelBinder.provisioningProviderProvisioningProviderdelegated by the downstream binder implementations.