protected MorphlineInterceptor()

in flume-morphline-solr-sink/src/main/java/org/apache/flume/sink/solr/morphline/MorphlineInterceptor.java [52:57]


  protected MorphlineInterceptor(Context context) {
    Preconditions.checkNotNull(context);
    this.context = context;
    // fail fast on morphline compilation exception
    returnToPool(new LocalMorphlineInterceptor(context));
  }