Class UserSubscriptionByIdStrategy
java.lang.Object
com.skava.subscription.orchestration.processor.UserSubscriptionByIdStrategy
- All Implemented Interfaces:
org.apache.camel.AggregationStrategy
@Service("userSubscriptionByIdStrategy")
public class UserSubscriptionByIdStrategy
extends Object
implements org.apache.camel.AggregationStrategy
The class UserSubscriptionByIdStrategy
- Since:
- March 2022
- Version:
- 8.11
- Author:
- Infosys Equinox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.Exchange
aggregate
(org.apache.camel.Exchange oldExchange, org.apache.camel.Exchange newExchange) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.AggregationStrategy
aggregate, canPreComplete, onCompletion, onCompletion, onOptimisticLockFailure, preComplete, timeout
-
Field Details
-
METHOD_TYPE
- See Also:
-
-
Constructor Details
-
UserSubscriptionByIdStrategy
public UserSubscriptionByIdStrategy()
-
-
Method Details
-
aggregate
public org.apache.camel.Exchange aggregate(org.apache.camel.Exchange oldExchange, org.apache.camel.Exchange newExchange) - Specified by:
aggregate
in interfaceorg.apache.camel.AggregationStrategy
-