VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink::SecuritySubscriber< MsgT > Class Template Reference

Convenience alias for Subscriber with message security enabled. More...

#include <subscriber.h>

Inheritance diagram for vlink::SecuritySubscriber< MsgT >:
Collaboration diagram for vlink::SecuritySubscriber< MsgT >:

Additional Inherited Members

Detailed Description

template<typename MsgT>
class vlink::SecuritySubscriber< MsgT >

Convenience alias for Subscriber with message security enabled.

Equivalent to Subscriber<MsgT, SecurityType::kWithSecurity>. Decrypts every incoming message using the configured security key or callbacks.

Note
Not supported on intra:// or dds:// CDR transport.
Template Parameters
MsgTMessage type.

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