@@ -81,7 +81,7 @@ import org.springframework.util.CollectionUtils;
|
|||||||
* @author Gary Russell
|
* @author Gary Russell
|
||||||
* @author Artem Bilan
|
* @author Artem Bilan
|
||||||
* @author David Liu
|
* @author David Liu
|
||||||
* @author Enrique Rodr<EFBFBD>guez
|
* @author Enrique Rodriguez
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractCorrelatingMessageHandler extends AbstractMessageProducingHandler
|
public abstract class AbstractCorrelatingMessageHandler extends AbstractMessageProducingHandler
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
|
|||||||
/**
|
/**
|
||||||
* A stereotype annotation to provide an Integration Messaging Gateway Proxy
|
* A stereotype annotation to provide an Integration Messaging Gateway Proxy
|
||||||
* ({@code <gateway/>}) as an abstraction over the messaging API. The target
|
* ({@code <gateway/>}) as an abstraction over the messaging API. The target
|
||||||
* application<EFBFBD>s business logic may be completely unaware of the Spring Integration
|
* application's business logic may be completely unaware of the Spring Integration
|
||||||
* API, with the code interacting only via the interface.
|
* API, with the code interacting only via the interface.
|
||||||
* <p>
|
* <p>
|
||||||
* Important: The {@link IntegrationComponentScan} annotation is required along with
|
* Important: The {@link IntegrationComponentScan} annotation is required along with
|
||||||
@@ -78,7 +78,7 @@ public @interface MessagingGateway {
|
|||||||
/**
|
/**
|
||||||
* Provides the amount of time dispatcher would wait to send a {@code Message}.
|
* Provides the amount of time dispatcher would wait to send a {@code Message}.
|
||||||
* This timeout would only apply if there is a potential to block in the send call.
|
* This timeout would only apply if there is a potential to block in the send call.
|
||||||
* For example if this gateway is hooked up to a {@code QueueChannel}.<EFBFBD>
|
* For example if this gateway is hooked up to a {@code QueueChannel}.
|
||||||
* @return the suggested timeout in milliseconds, if any
|
* @return the suggested timeout in milliseconds, if any
|
||||||
*/
|
*/
|
||||||
String defaultRequestTimeout() default "-9223372036854775808";
|
String defaultRequestTimeout() default "-9223372036854775808";
|
||||||
|
|||||||
Reference in New Issue
Block a user