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