public class MessageChannelToInputFluxParameterAdapter extends Object implements StreamListenerParameterAdapter<reactor.core.publisher.Flux<?>,org.springframework.messaging.SubscribableChannel>
| 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 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 StreamListenerParameterAdapter<reactor.core.publisher.Flux<?>,org.springframework.messaging.SubscribableChannel>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.