Qorus Integration Engine®  4.0.3.p2_git
com.qoretechnologies.qorus.StreamConfig Class Reference

Java wrapper for the OMQ::StreamConfig class in Qore. More...

Inheritance diagram for com.qoretechnologies.qorus.StreamConfig:
org::qore::jni::QoreObjectWrapper

Public Member Methods

 StreamConfig (QoreObject obj)
 creates the object as a wrapper for the Qore object
 
String stream () throws Throwable
 returns the stream name
 
String streamDesc () throws Throwable
 returns a description of the stream for error reporting
 
int timeout () throws Throwable
 returns the timeout value in milliseconds
 
int block () throws Throwable
 returns the block size
 
boolean suppressRemoteTimeout () throws Throwable
 returns True if no "timeout" option should be sent to the remote
 
void logger (String message, Object... args) throws Throwable
 logs a stream message with log level info
 
void debug (String message, Object... args) throws Throwable
 logs a stream message with log level debug
 

Detailed Description

Java wrapper for the OMQ::StreamConfig class in Qore.


The documentation for this class was generated from the following file: