Qorus Integration Engine®  4.1.4.p4_git
com.qoretechnologies.qorus.StreamConfig Class Reference
Inheritance diagram for com.qoretechnologies.qorus.StreamConfig:
org::qore::jni::QoreObjectWrapper

Public Member Methods

 StreamConfig (QoreObject obj)
 
String stream () throws Throwable
 
String streamDesc () throws Throwable
 
int timeout () throws Throwable
 
int block () throws Throwable
 
boolean suppressRemoteTimeout () throws Throwable
 
void logger (String message, Object... args) throws Throwable
 
void debug (String message, Object... args) throws Throwable
 

Detailed Description

Java wrapper for the OMQ::StreamConfig class in Qore

Constructor & Destructor Documentation

◆ StreamConfig()

com.qoretechnologies.qorus.StreamConfig.StreamConfig ( QoreObject  obj)
inline

Creates the object as a wrapper for the Qore object

Member Function Documentation

◆ block()

int com.qoretechnologies.qorus.StreamConfig.block ( ) throws Throwable
inline

Returns the block size

◆ debug()

void com.qoretechnologies.qorus.StreamConfig.debug ( String  message,
Object...  args 
) throws Throwable
inline

Logs a stream message with log level debug

◆ logger()

void com.qoretechnologies.qorus.StreamConfig.logger ( String  message,
Object...  args 
) throws Throwable
inline

Logs a stream message with log level info

◆ stream()

String com.qoretechnologies.qorus.StreamConfig.stream ( ) throws Throwable
inline

Returns the stream name

◆ streamDesc()

String com.qoretechnologies.qorus.StreamConfig.streamDesc ( ) throws Throwable
inline

Returns a description of the stream for error reporting

◆ suppressRemoteTimeout()

boolean com.qoretechnologies.qorus.StreamConfig.suppressRemoteTimeout ( ) throws Throwable
inline

Returns True if no "timeout" option should be sent to the remote

◆ timeout()

int com.qoretechnologies.qorus.StreamConfig.timeout ( ) throws Throwable
inline

Returns the timeout value in milliseconds


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