BLPAPI C++ 3.25.8
Loading...
Searching...
No Matches
blpapi_eventdispatcher.h File Reference

Provide a dispatcher to dispatch events. More...

#include <blpapi_defs.h>
#include <blpapi_types.h>
#include <stddef.h>

Go to the source code of this file.

Classes

class  EventDispatcher
 

Namespaces

namespace  BloombergLP
 
namespace  BloombergLP::blpapi
 

Functions

BLPAPI_EXPORT blpapi_EventDispatcher_tblpapi_EventDispatcher_create (size_t numDispatcherThreads)
 
BLPAPI_EXPORT void blpapi_EventDispatcher_destroy (blpapi_EventDispatcher_t *handle)
 
BLPAPI_EXPORT int blpapi_EventDispatcher_start (blpapi_EventDispatcher_t *handle)
 
BLPAPI_EXPORT int blpapi_EventDispatcher_stop (blpapi_EventDispatcher_t *handle, int async)
 
BLPAPI_EXPORT int blpapi_EventDispatcher_dispatchEvents (blpapi_EventDispatcher_t *handle)
 

Detailed Description

Provide a dispatcher to dispatch events.

Function Documentation

◆ blpapi_EventDispatcher_create()

BLPAPI_EXPORT blpapi_EventDispatcher_t * blpapi_EventDispatcher_create ( size_t  numDispatcherThreads)

◆ blpapi_EventDispatcher_destroy()

BLPAPI_EXPORT void blpapi_EventDispatcher_destroy ( blpapi_EventDispatcher_t handle)

◆ blpapi_EventDispatcher_dispatchEvents()

BLPAPI_EXPORT int blpapi_EventDispatcher_dispatchEvents ( blpapi_EventDispatcher_t handle)

◆ blpapi_EventDispatcher_start()

BLPAPI_EXPORT int blpapi_EventDispatcher_start ( blpapi_EventDispatcher_t handle)

◆ blpapi_EventDispatcher_stop()

BLPAPI_EXPORT int blpapi_EventDispatcher_stop ( blpapi_EventDispatcher_t handle,
int  async 
)