Package org.apache.camel.component.splunk.support

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


    @Override
    protected int poll() throws Exception {
        try {
            if (endpoint.getConfiguration().isStreaming()) {
                dataReader.read(new SplunkResultProcessor() {

                    @Override
                    public void process(SplunkEvent splunkEvent) {
                        final Exchange exchange = getEndpoint().createExchange();
                        Message message = exchange.getIn();
View Full Code Here

TOP

Related Classes of org.apache.camel.component.splunk.support.SplunkResultProcessor

Copyright © 2018 www.massapicom. 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.