public class LocalGateway<T> extends org.springframework.integration.gateway.MessagingGatewaySupport implements OutboundGateway<T>
messagingTemplate
lifecycleCondition, lifecycleLock
EXPRESSION_PARSER, logger
Constructor and Description |
---|
LocalGateway() |
Modifier and Type | Method and Description |
---|---|
org.springframework.messaging.MessageChannel |
getErrorChannel() |
protected void |
onInit() |
void |
sendAsyncMessage(org.springframework.messaging.Message<T> in)
T in, no reply
|
org.springframework.messaging.Message<T> |
sendSyncMessage(org.springframework.messaging.Message<T> in)
T in T out.
|
buildErrorMessage, buildSendTimer, destroy, doStart, doStop, getComponentType, getErrorMessageAttributes, getIntegrationPatternType, getManagedName, getManagedType, getOverrides, getReplyChannel, getRequestChannel, isLoggingEnabled, receive, receive, receiveMessage, receiveMessage, registerMetricsCaptor, registerReplyMessageCorrelatorIfNecessary, send, sendAndReceive, sendAndReceiveMessage, sendAndReceiveMessageReactive, sendTimer, setErrorChannel, setErrorChannelName, setErrorMessageStrategy, setErrorOnTimeout, setLoggingEnabled, setManagedName, setManagedType, setReplyChannel, setReplyChannelName, setReplyMapper, setReplyTimeout, setRequestChannel, setRequestChannelName, setRequestMapper, setRequestTimeout, setShouldTrack
doStop, getPhase, getRole, isActive, isAutoStartup, isRunning, setAutoStartup, setPhase, setRole, start, stop, stop
afterPropertiesSet, extractTypeIfPossible, generateId, getApplicationContext, getApplicationContextId, getBeanDescription, getBeanFactory, getBeanName, getChannelResolver, getComponentName, getConversionService, getExpression, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, isInitialized, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIntegrationPatternType
protected void onInit()
onInit
in class org.springframework.integration.gateway.MessagingGatewaySupport
public org.springframework.messaging.Message<T> sendSyncMessage(org.springframework.messaging.Message<T> in)
OutboundGateway
sendSyncMessage
in interface OutboundGateway<T>
in
- Message to sendpublic void sendAsyncMessage(org.springframework.messaging.Message<T> in)
OutboundGateway
sendAsyncMessage
in interface OutboundGateway<T>
in
- Message to sendpublic org.springframework.messaging.MessageChannel getErrorChannel()
getErrorChannel
in class org.springframework.integration.gateway.MessagingGatewaySupport
Copyright © 2023 Frank!Framework. All rights reserved.