org.fusesource.fabric.stream.log
Class LogStreamProducer
java.lang.Object
org.fusesource.fabric.stream.log.LogStreamProducer
public class LogStreamProducer
- extends java.lang.Object
- Author:
- Hiram Chirino
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogStreamProducer
public LogStreamProducer()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
configure
public void configure(org.apache.camel.CamelContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
getBatchSize
public int getBatchSize()
setBatchSize
public void setBatchSize(int batchSize)
getBatchTimeout
public long getBatchTimeout()
setBatchTimeout
public void setBatchTimeout(long batchTimeout)
getBroker
public java.lang.String getBroker()
setBroker
public void setBroker(java.lang.String broker)
isCompress
public boolean isCompress()
setCompress
public void setCompress(boolean compress)
getDestination
public java.lang.String getDestination()
setDestination
public void setDestination(java.lang.String destination)
getIs
public java.io.InputStream getIs()
setIs
public void setIs(java.io.InputStream is)
Copyright © 2012 FuseSource. All Rights Reserved.