ChannelEndpointBuilder |
ChannelEndpointBuilder.channel(String channelName) |
Sets the channelName property.
|
ChannelEndpointBuilder |
ChannelEndpointBuilder.channel(org.springframework.messaging.MessageChannel channel) |
Sets the channel property.
|
ChannelEndpointBuilder |
ChannelEndpointBuilder.channelResolver(org.springframework.messaging.core.DestinationResolver resolver) |
Sets the channel resolver.
|
ChannelEndpointBuilder |
ChannelEndpointBuilder.filterInternalHeaders(boolean filterInternalHeaders) |
Sets the filterInternalHeaders property.
|
ChannelEndpointBuilder |
ChannelEndpointBuilder.messageConverter(ChannelMessageConverter messageConverter) |
Sets the messageConverter property.
|
ChannelEndpointBuilder |
ChannelEndpointBuilder.messagingTemplate(org.springframework.integration.core.MessagingTemplate messagingTemplate) |
Sets the messagingTemplate property.
|
ChannelEndpointBuilder |
ChannelEndpointBuilder.timeout(long timeout) |
Sets the default timeout.
|
ChannelEndpointBuilder |
ChannelEndpointBuilder.useObjectMessages(boolean useObjectMessages) |
Sets the useObjectMessages property.
|