ZMQContext::isPersistent

Whether the context is persistent

Beschreibung

public boolean ZMQContext::isPersistent ( void )

Whether the context is persistent. Persistent context is needed for persistent connections as each socket is allocated from a context.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns TRUE if the context is persistent and FALSE if the context is non-persistent.