Appearance
class flake::IndicationSink
Callback interface for receiving Indication messages. More...
#include <platform/flake/Object.h>
Public Functions
| Name | |
|---|---|
| virtual void | onIndication(constIndication & indication) =0 Called when an indication arrives. |
Protected Functions
| Name | |
|---|---|
| IndicationSink() =default | |
| ~IndicationSink() =default |
Detailed Description
cpp
class flake::IndicationSink;Callback interface for receiving Indication messages.
Note: Non-copyable, non-movable.
Public Functions Documentation
function onIndication
cpp
virtual void onIndication(
constIndication & indication
) =0Called when an indication arrives.
Parameters:
- indication The received indication.
Protected Functions Documentation
function IndicationSink
cpp
IndicationSink() =defaultfunction ~IndicationSink
cpp
~IndicationSink() =default