#include <ProducerType.h>
Public Member Functions | |
ProducerType (bool history=false, bool latest=false, bool continuous=true, bool isStatic=false, bool republisher=false) | |
ProducerType (bool history, bool latest, bool continuous, bool isStatic, bool republisher, bool ignoreSlowConsumers) | |
ProducerType (const ProducerType &type) | |
ProducerType & | operator= (const ProducerType &type) |
bool | operator== (const ProducerType &type) |
bool | isSecondaryProducer () |
bool | isRepublisher () |
bool | isContinuous () |
bool | isStatic () |
bool | isHistory () |
bool | isLatest () |
std::string | toString () |
bool | ignoreSlowConsumers () |
void | setRepublisher (bool secondaryProducer) |
void | setSecondaryProducer (bool secondaryProducer) |
|
Creates a new ProducerType instance.
|
|
Creates a new ProducerType instance.
|
|
Returns the ignoreSlowConsumer flag.
|
|
Does the producer support continuous queries?
|
|
Does the producer support history queries?
|
|
Does the producer support latest queries?
|
|
Is the producer a secondary producer?
|
|
Is the producer a secondary producer?
|
|
Does the producer support static queries?
|
|
Sets the secondaryProducer flag.
|
|
Sets the republisher flag.
|
|
Returns a String representation of this object. |