Method and Description |
---|
org.apache.camel.component.mllp.MllpConfiguration.getMaxReceiveTimeouts()
Use the idleTimeout URI parameter
|
org.apache.camel.component.mllp.MllpConfiguration.hasMaxReceiveTimeouts()
Use the idleTimeout URI parameter
|
org.apache.camel.component.mllp.MllpConfiguration.setBufferWrites(boolean)
the parameter will be ignored
|
org.apache.camel.component.mllp.MllpEndpoint.setBufferWrites(Boolean)
this parameter will be ignored.
|
org.apache.camel.component.mllp.MllpConfiguration.setMaxReceiveTimeouts(Integer)
Use the idleTimeout URI parameter. For backward compibility, setting this parameter will result in an
idle timeout of maxReceiveTimeouts * receiveTimeout. If idleTimeout is also specified, this parameter will be ignored.
|
Apache Camel