Examples of SubmitDataWriter


Examples of org.apache.camel.component.splunk.support.SubmitDataWriter

            LOG.debug("TcpDataWriter created for endpoint {}", endpoint);
            break;
        }
        case SUBMIT: {
            LOG.debug("Creating SubmitDataWriter");
            dataWriter = new SubmitDataWriter(endpoint, buildSplunkArgs());
            ((SubmitDataWriter)dataWriter).setIndex(endpoint.getConfiguration().getIndex());
            LOG.debug("SubmitDataWriter created for endpoint {}", endpoint);
            break;
        }
        case STREAM: {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.