WorkQueueProxyInterface

class kanzi::connect::WorkQueueProxyInterface : public WorkQueueInterface

Proxy for Work Queue -> encapsulates the service instance.

Public Functions

WorkQueueProxyInterface(AbstractServiceSharedPtr service, WorkQueueInterface *proxiedInterface)

Constructs a proxy object that bounds the service into the work queue interface.

Parameters
  • service: encapsulated service

  • proxiedInterface: the interface that gets proxied.