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)
provisionProducerDestination in interface org.springframework.cloud.stream.provisioning.ProvisioningProvider<org.springframework.cloud.stream.binder.ExtendedConsumerProperties<PubSubConsumerProperties>,org.springframework.cloud.stream.binder.ExtendedProducerProperties<PubSubProducerProperties>>public org.springframework.cloud.stream.provisioning.ConsumerDestination provisionConsumerDestination(String topicName, String group, org.springframework.cloud.stream.binder.ExtendedConsumerProperties<PubSubConsumerProperties> properties)
provisionConsumerDestination in interface org.springframework.cloud.stream.provisioning.ProvisioningProvider<org.springframework.cloud.stream.binder.ExtendedConsumerProperties<PubSubConsumerProperties>,org.springframework.cloud.stream.binder.ExtendedProducerProperties<PubSubProducerProperties>>public void afterUnbindConsumer(org.springframework.cloud.stream.provisioning.ConsumerDestination destination)
Copyright © 2021. All rights reserved.