include/lightspeed@pubsub_Delivery.hrl

-record(delivery, {
    topic :: binary(),
    subscriber_id :: binary(),
    message :: any()
}).