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
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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

  • 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 interface org.apache.camel.AggregationStrategy