public class PubSubChannelProvisioner extends Object implements org.springframework.cloud.stream.provisioning.ProvisioningProvider<org.springframework.cloud.stream.binder.ExtendedConsumerProperties<PubSubConsumerProperties>,org.springframework.cloud.stream.binder.ExtendedProducerProperties<PubSubProducerProperties>>
| Constructor and Description |
|---|
PubSubChannelProvisioner(PubSubAdmin pubSubAdmin) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnbindConsumer(org.springframework.cloud.stream.provisioning.ConsumerDestination destination) |
org.springframework.cloud.stream.provisioning.ConsumerDestination |
provisionConsumerDestination(String topicName,
String group,
org.springframework.cloud.stream.binder.ExtendedConsumerProperties<PubSubConsumerProperties> properties) |
org.springframework.cloud.stream.provisioning.ProducerDestination |
provisionProducerDestination(String topic,
org.springframework.cloud.stream.binder.ExtendedProducerProperties<PubSubProducerProperties> properties) |
public PubSubChannelProvisioner(PubSubAdmin pubSubAdmin)
public org.springframework.cloud.stream.provisioning.ProducerDestination provisionProducerDestination(String topic, org.springframework.cloud.stream.binder.ExtendedProducerProperties<PubSubProducerProperties> properties) throws org.springframework.cloud.stream.provisioning.ProvisioningException
provisionProducerDestination in interface org.springframework.cloud.stream.provisioning.ProvisioningProvider<org.springframework.cloud.stream.binder.ExtendedConsumerProperties<PubSubConsumerProperties>,org.springframework.cloud.stream.binder.ExtendedProducerProperties<PubSubProducerProperties>>org.springframework.cloud.stream.provisioning.ProvisioningExceptionpublic org.springframework.cloud.stream.provisioning.ConsumerDestination provisionConsumerDestination(String topicName, String group, org.springframework.cloud.stream.binder.ExtendedConsumerProperties<PubSubConsumerProperties> properties) throws org.springframework.cloud.stream.provisioning.ProvisioningException
provisionConsumerDestination in interface org.springframework.cloud.stream.provisioning.ProvisioningProvider<org.springframework.cloud.stream.binder.ExtendedConsumerProperties<PubSubConsumerProperties>,org.springframework.cloud.stream.binder.ExtendedProducerProperties<PubSubProducerProperties>>org.springframework.cloud.stream.provisioning.ProvisioningExceptionpublic void afterUnbindConsumer(org.springframework.cloud.stream.provisioning.ConsumerDestination destination)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.