public class MessageChannelToInputFluxParameterAdapter extends Object implements org.springframework.cloud.stream.binding.StreamListenerParameterAdapter<reactor.core.publisher.Flux<?>,org.springframework.messaging.SubscribableChannel>
Input annotated
MessageChannel to a Flux.| Constructor and Description |
|---|
MessageChannelToInputFluxParameterAdapter(org.springframework.messaging.converter.CompositeMessageConverter messageConverter) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<?> |
adapt(org.springframework.messaging.SubscribableChannel bindingTarget,
org.springframework.core.MethodParameter parameter) |
boolean |
supports(Class<?> bindingTargetType,
org.springframework.core.MethodParameter methodParameter) |
public MessageChannelToInputFluxParameterAdapter(org.springframework.messaging.converter.CompositeMessageConverter messageConverter)
public boolean supports(Class<?> bindingTargetType, org.springframework.core.MethodParameter methodParameter)
supports in interface org.springframework.cloud.stream.binding.StreamListenerParameterAdapter<reactor.core.publisher.Flux<?>,org.springframework.messaging.SubscribableChannel>public reactor.core.publisher.Flux<?> adapt(org.springframework.messaging.SubscribableChannel bindingTarget,
org.springframework.core.MethodParameter parameter)
adapt in interface org.springframework.cloud.stream.binding.StreamListenerParameterAdapter<reactor.core.publisher.Flux<?>,org.springframework.messaging.SubscribableChannel>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.