Package | Description |
---|---|
org.springframework.cloud.stream.binder | |
org.springframework.cloud.stream.provisioning |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMessageChannelBinder.afterUnbindConsumer(ConsumerDestination destination,
String group,
C consumerProperties)
Invoked after the unbinding of a consumer.
|
protected abstract org.springframework.integration.core.MessageProducer |
AbstractMessageChannelBinder.createConsumerEndpoint(ConsumerDestination destination,
String group,
C properties)
Creates
MessageProducer that receives data from the consumer destination. |
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.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.