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
71b17fa8a4f5c4e9777d7cb443cf4c608bea4a0c
spring-integration
/
org.springframework.integration.rmi
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 module for RMI adapters, schema, and parsers
2008-09-20 16:22:05 +00:00
.project
Adding new module for RMI adapters, schema, and parsers
2008-09-20 16:22:05 +00:00
build.xml
Adding new module for RMI adapters, schema, and parsers
2008-09-20 16:22:05 +00:00
ivy.xml
Adding new module for RMI adapters, schema, and parsers
2008-09-20 16:22:05 +00:00
template.mf
Adding new module for RMI adapters, schema, and parsers
2008-09-20 16:22:05 +00:00