com.splunk
Interface ReceiverBehavior


public interface ReceiverBehavior

The ReceiverBehavior interface represents actions to be taken given an output stream connected to Splunk over which a program can stream events.


Method Summary
 void run(java.io.OutputStream stream)
           
 

Method Detail

run

void run(java.io.OutputStream stream)
         throws java.io.IOException
Throws:
java.io.IOException