Class faabric::executor::ExecutorContext
-
class ExecutorContext
Globally-accessible wrapper that allows executing applications to query their execution context. The context is thread-local, so applications can query which specific message they are executing.
Public Static Functions
-
static bool isSet()
-
static void unset()
-
static std::shared_ptr<ExecutorContext> get()
-
static bool isSet()