Uses of Class
org.springframework.cloud.vault.config.VaultAutoConfiguration.TaskSchedulerWrapper
-
-
Uses of VaultAutoConfiguration.TaskSchedulerWrapper in org.springframework.cloud.vault.config
Methods in org.springframework.cloud.vault.config that return VaultAutoConfiguration.TaskSchedulerWrapper Modifier and Type Method Description VaultAutoConfiguration.TaskSchedulerWrapperVaultAutoConfiguration. vaultTaskScheduler()Creates a newVaultAutoConfiguration.TaskSchedulerWrapperthat encapsulates a bean implementingTaskSchedulerandAsyncTaskExecutor.Methods in org.springframework.cloud.vault.config with parameters of type VaultAutoConfiguration.TaskSchedulerWrapper Modifier and Type Method Description org.springframework.vault.core.lease.SecretLeaseContainerVaultBootstrapPropertySourceConfiguration. secretLeaseContainer(org.springframework.vault.core.VaultOperations vaultOperations, VaultAutoConfiguration.TaskSchedulerWrapper taskSchedulerWrapper)Deprecated.Method parameters in org.springframework.cloud.vault.config with type arguments of type VaultAutoConfiguration.TaskSchedulerWrapper Modifier and Type Method Description org.springframework.vault.authentication.ReactiveSessionManagerVaultReactiveAutoConfiguration. reactiveVaultSessionManager(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.beans.factory.ObjectFactory<VaultAutoConfiguration.TaskSchedulerWrapper> asyncTaskExecutorFactory, org.springframework.vault.client.WebClientFactory webClientFactory)org.springframework.vault.authentication.SessionManagerVaultAutoConfiguration. vaultSessionManager(org.springframework.vault.authentication.ClientAuthentication clientAuthentication, org.springframework.beans.factory.ObjectFactory<VaultAutoConfiguration.TaskSchedulerWrapper> asyncTaskExecutorFactory, org.springframework.vault.client.RestTemplateFactory restTemplateFactory)
-