Package com.splunk.logging
Interface EventHeaderSerializer
-
public interface EventHeaderSerializer
Define the interface to allow users to define their own event header serializer for HTTP event adapter: Simply create a class implementing this interface, and add the full class name as a property (`eventHeaderSerializer`) to the adapter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
serializeEventHeader(HttpEventCollectorEventInfo eventInfo, Map<String,Object> metadata)
-