Annotation Interface Consumer


  • Element Details

    • threads

      int threads
      Default:
      1
    • maxFetchSize

      int maxFetchSize
      Default:
      1024
    • maxWaitDuration

      long maxWaitDuration
      Default:
      60L
    • durationUnit

      ChronoUnit durationUnit
      Default:
      SECONDS
    • handlerInterceptors

      Class<? extends HandlerInterceptor>[] handlerInterceptors
      Default:
      {}
    • batchInterceptors

      Class<? extends BatchInterceptor>[] batchInterceptors
      Default:
      {}
    • errorHandler

      Class<? extends ErrorHandler> errorHandler
      Default:
      io.fluxcapacitor.javaclient.tracking.LoggingErrorHandler.class
    • filterMessageTarget

      boolean filterMessageTarget
      Default:
      false
    • ignoreSegment

      boolean ignoreSegment
      Default:
      false
    • singleTracker

      boolean singleTracker
      Default:
      false
    • clientControlledIndex

      boolean clientControlledIndex
      Default:
      false
    • exclusive

      boolean exclusive
      Default:
      true
    • passive

      boolean passive
      Default:
      false
    • minIndex

      long minIndex
      Default:
      -1L
    • maxIndexExclusive

      long maxIndexExclusive
      Default:
      -1L
    • typeFilter

      String typeFilter
      Default:
      ""