Package | Description |
---|---|
org.springframework.cloud.stream.provisioning |
Modifier and Type | Method and Description |
---|---|
ConsumerDestination |
ProvisioningProvider.provisionConsumerDestination(String name,
String group,
C properties)
Creates the middleware destination on the physical broker for the consumer to
consume data.
|
ProducerDestination |
ProvisioningProvider.provisionProducerDestination(String name,
P properties)
Creates middleware destination on the physical broker for the producer to send
data.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.