public class NatsConsumerDestination extends Object implements org.springframework.cloud.stream.provisioning.ConsumerDestination
| Constructor and Description |
|---|
NatsConsumerDestination(String name)
Create a new consumer destination with the provided name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getQueueGroup() |
String |
getSubject() |
public NatsConsumerDestination(String name)
name - compound name from the provisioner containing the subject and optional queue grouppublic String getName()
getName in interface org.springframework.cloud.stream.provisioning.ConsumerDestinationpublic String getSubject()
public String getQueueGroup()
Copyright © 2024 CNCF. All rights reserved.