publish overloads
Synopses
Declared in <ball_observeradapter.h>
Process the record referred by the specified log shared pointer record. Note that classes that derive from ObserverAdapter should not implement this method.
Process the specified log record having the specified publishing context.
virtual
void
publish(
bsl::shared_ptr<Record const> const& record,
Context const& context) override;
Created with MrDocs