package com.flexpoker.framework.pushnotifier; public interface PushNotificationPublisher { void publish(PushNotification pushNotification); }