java.lang.Object
com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils.IncrementalSyncUtil

public final class IncrementalSyncUtil extends Object
Since:
9.3.0
  • Field Details

  • Method Details

    • convertStringToEnumList

      public static List<SubscriptionEventType> convertStringToEnumList(String commaSeparatedString)
    • getTTLForSubscriptionInMilliSeconds

      public static long getTTLForSubscriptionInMilliSeconds()
    • getTtlForInactiveSubscriptionInMilliSeconds

      public static long getTtlForInactiveSubscriptionInMilliSeconds()
    • invokeFactoryMethodForEvent

      public static <T> Object invokeFactoryMethodForEvent(CommandCreator<?,?> commandCreator, Class<?> eventClass, T event)