public class HttpOutboundGateway<T> extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, OutboundGateway<T>
Constructor and Description |
---|
HttpOutboundGateway() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
org.springframework.integration.IntegrationPatternType |
getIntegrationPatternType() |
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.
|
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
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.integration.IntegrationPatternType getIntegrationPatternType()
getIntegrationPatternType
in interface org.springframework.integration.IntegrationPattern
Copyright © 2023 Frank!Framework. All rights reserved.