org.apache.camel.component.splunk.support
Interface DataWriter

All Known Implementing Classes:
SplunkDataWriter, StreamDataWriter, SubmitDataWriter, TcpDataWriter

public interface DataWriter


Method Summary
 boolean isConnected()
           
 void start()
           
 void stop()
           
 void write(SplunkEvent data)
           
 

Method Detail

write

void write(SplunkEvent data)
           throws Exception
Throws:
Exception

stop

void stop()

start

void start()

isConnected

boolean isConnected()


Apache Camel