JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Integration
org.springframework.integration.annotation
ReleaseStrategy
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface ReleaseStrategy
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
@Documented
public @interface
ReleaseStrategy
Indicates that a method is capable of asserting if a list of messages or payload objects is complete.
Author:
Marius Bogoevici