public abstract class IncomingNotification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IncomingNotification.Type |
| Constructor and Description |
|---|
IncomingNotification(IncomingNotification.Type type,
String channel) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel() |
IncomingNotification.Type |
getType() |
abstract void |
handler(NotificationProcessor notificationProcessor) |
public IncomingNotification(IncomingNotification.Type type, String channel)
public String getChannel()
public IncomingNotification.Type getType()
public abstract void handler(NotificationProcessor notificationProcessor)
Copyright © 2021. All rights reserved.