This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-integration
Watch
1
Star
0
Fork
0
You've already forked spring-integration
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
05d9528024fc4c335c401d689b30e2cd2d5d0764
spring-integration
/
org.springframework.integration.httpinvoker
History
Mark Fisher
27e288be08
Refactored existing Message-consuming endpoints to only implement MessageConsumer (not MessageEndpoint). Now, either a PollingConsumerEndpoint or SubscribingConsumerEndpoint delegates to the MessageConsumer thereby separating the Lifecycle responsibilities and configuration settings (trigger, transactions, etc) since they are different for polling vs. subscribing and not relevant for simply consuming Messages. Essentially all MessageConsumers are now "event-driven" since a "polling consumer" is actually handled by the PollingConsumerEndpoint class. The next refactoring step involves renaming several components to clarify this endpoint vs. consumer distinction.
2008-10-06 17:24:46 +00:00
..
src
Refactored existing Message-consuming endpoints to only implement MessageConsumer (not MessageEndpoint). Now, either a PollingConsumerEndpoint or SubscribingConsumerEndpoint delegates to the MessageConsumer thereby separating the Lifecycle responsibilities and configuration settings (trigger, transactions, etc) since they are different for polling vs. subscribing and not relevant for simply consuming Messages. Essentially all MessageConsumers are now "event-driven" since a "polling consumer" is actually handled by the PollingConsumerEndpoint class. The next refactoring step involves renaming several components to clarify this endpoint vs. consumer distinction.
2008-10-06 17:24:46 +00:00
.classpath
Adding new 'org.springframework.integration.httpinvoker' module.
2008-09-20 17:37:36 +00:00
.project
Adding new 'org.springframework.integration.httpinvoker' module.
2008-09-20 17:37:36 +00:00
build.xml
Adding new 'org.springframework.integration.httpinvoker' module.
2008-09-20 17:37:36 +00:00
ivy.xml
Adding new 'org.springframework.integration.httpinvoker' module.
2008-09-20 17:37:36 +00:00
template.mf
Adding new 'org.springframework.integration.httpinvoker' module.
2008-09-20 17:37:36 +00:00