public class NatsChannelProvisioner extends Object implements org.springframework.cloud.stream.provisioning.ProvisioningProvider<org.springframework.cloud.stream.binder.ExtendedConsumerProperties<NatsConsumerProperties>,org.springframework.cloud.stream.binder.ExtendedProducerProperties<NatsProducerProperties>>
| Constructor and Description |
|---|
NatsChannelProvisioner() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.stream.provisioning.ConsumerDestination |
provisionConsumerDestination(String subject,
String group,
org.springframework.cloud.stream.binder.ExtendedConsumerProperties<NatsConsumerProperties> properties) |
org.springframework.cloud.stream.provisioning.ProducerDestination |
provisionProducerDestination(String subject,
org.springframework.cloud.stream.binder.ExtendedProducerProperties<NatsProducerProperties> properties) |
public org.springframework.cloud.stream.provisioning.ProducerDestination provisionProducerDestination(String subject, org.springframework.cloud.stream.binder.ExtendedProducerProperties<NatsProducerProperties> properties) throws org.springframework.cloud.stream.provisioning.ProvisioningException
provisionProducerDestination in interface org.springframework.cloud.stream.provisioning.ProvisioningProvider<org.springframework.cloud.stream.binder.ExtendedConsumerProperties<NatsConsumerProperties>,org.springframework.cloud.stream.binder.ExtendedProducerProperties<NatsProducerProperties>>org.springframework.cloud.stream.provisioning.ProvisioningExceptionpublic org.springframework.cloud.stream.provisioning.ConsumerDestination provisionConsumerDestination(String subject, String group, org.springframework.cloud.stream.binder.ExtendedConsumerProperties<NatsConsumerProperties> properties) throws org.springframework.cloud.stream.provisioning.ProvisioningException
provisionConsumerDestination in interface org.springframework.cloud.stream.provisioning.ProvisioningProvider<org.springframework.cloud.stream.binder.ExtendedConsumerProperties<NatsConsumerProperties>,org.springframework.cloud.stream.binder.ExtendedProducerProperties<NatsProducerProperties>>org.springframework.cloud.stream.provisioning.ProvisioningExceptionCopyright © 2024 CNCF. All rights reserved.