public class RemoveHeaderInterceptor extends Object implements Interceptor
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RemoveHeaderInterceptor.BuilderBuilder which builds new instances of the  RemoveHeaderInterceptor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Perform any closing / shutdown needed by the Interceptor. | 
| void | initialize()Any initialization / startup needed by the Interceptor. | 
| Event | intercept(Event event)Interception of a single  Event. | 
| List<Event> | intercept(List<Event> events)Interception of a batch of events. | 
public void initialize()
Interceptorinitialize in interface InterceptorInterceptor.initialize()public void close()
Interceptorclose in interface InterceptorInterceptor.close()public List<Event> intercept(List<Event> events)
Interceptorintercept in interface Interceptorevents - Input list of eventsnull. If all events are dropped,
 then an empty List is returned.Interceptor.intercept(java.util.List)public Event intercept(Event event)
InterceptorEvent.intercept in interface Interceptorevent - Event to be interceptednull if the Event
 is to be dropped (i.e. filtered out).Interceptor.intercept(org.apache.flume.Event)Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.