Package com.rackspacecloud.blueflood.outputs.handlers.helpers

Examples of com.rackspacecloud.blueflood.outputs.handlers.helpers.KafkaProducerWork


        log.debug("Stopped listening to event: " + this.eventName);
    }

    @Override
    public void call(RollupEvent... rollupPayload) {
        kafkaExecutors.execute(new KafkaProducerWork(producerList.get(rand.nextInt(numberOfProducers)), rollupPayload));
    }
View Full Code Here

TOP

Related Classes of com.rackspacecloud.blueflood.outputs.handlers.helpers.KafkaProducerWork

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.