package overflow_subscriber type SubscriberHandler interface { GetChannel() string OnSubscribe(payload string) }