public class ServletMessageChannelBinder
extends org.springframework.cloud.stream.binder.AbstractBinder<org.springframework.messaging.MessageChannel,org.springframework.cloud.stream.binder.ConsumerProperties,org.springframework.cloud.stream.binder.ProducerProperties>
Binder
implementation backed by HTTP.Constructor and Description |
---|
ServletMessageChannelBinder(MessageController controller) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.cloud.stream.binder.Binding<org.springframework.messaging.MessageChannel> |
doBindConsumer(String name,
String group,
org.springframework.messaging.MessageChannel inputTarget,
org.springframework.cloud.stream.binder.ConsumerProperties properties) |
protected org.springframework.cloud.stream.binder.Binding<org.springframework.messaging.MessageChannel> |
doBindProducer(String name,
org.springframework.messaging.MessageChannel outboundBindTarget,
org.springframework.cloud.stream.binder.ProducerProperties properties) |
afterPropertiesSet, applyPrefix, bindConsumer, bindProducer, buildPartitionRoutingExpression, buildRetryTemplate, constructDLQName, deserializePayloadIfNecessary, deserializePayloadIfNecessary, getApplicationContext, getBeanFactory, groupedName, onInit, serializePayloadIfNecessary, serializePayloadIfNecessary, setApplicationContext, setCodec, setIntegrationEvaluationContext
public ServletMessageChannelBinder(MessageController controller)
protected org.springframework.cloud.stream.binder.Binding<org.springframework.messaging.MessageChannel> doBindConsumer(String name, String group, org.springframework.messaging.MessageChannel inputTarget, org.springframework.cloud.stream.binder.ConsumerProperties properties)
doBindConsumer
in class org.springframework.cloud.stream.binder.AbstractBinder<org.springframework.messaging.MessageChannel,org.springframework.cloud.stream.binder.ConsumerProperties,org.springframework.cloud.stream.binder.ProducerProperties>
protected org.springframework.cloud.stream.binder.Binding<org.springframework.messaging.MessageChannel> doBindProducer(String name, org.springframework.messaging.MessageChannel outboundBindTarget, org.springframework.cloud.stream.binder.ProducerProperties properties)
doBindProducer
in class org.springframework.cloud.stream.binder.AbstractBinder<org.springframework.messaging.MessageChannel,org.springframework.cloud.stream.binder.ConsumerProperties,org.springframework.cloud.stream.binder.ProducerProperties>
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.