Uses of Interface
org.springframework.cloud.stream.provisioning.ProvisioningProvider
-
Packages that use ProvisioningProvider Package Description org.springframework.cloud.stream.binder -
-
Uses of ProvisioningProvider in org.springframework.cloud.stream.binder
Classes in org.springframework.cloud.stream.binder with type parameters of type ProvisioningProvider Modifier and Type Class Description classAbstractMessageChannelBinder<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 ProvisioningProvider Modifier and Type Field Description protected PPAbstractMessageChannelBinder. provisioningProviderProvisioningProviderdelegated by the downstream binder implementations.
-