public class NotificationBridgeLoaderSpi extends Object implements NotificationBridgeLoader, EventHandler
{
"kind": "notification",
"impl": "local",
"format": "1.0",
"local": {
"path": "/dir/"
}
}
{
"kind": "notification",
"impl": "aws-sns",
"format": "1.0",
"local": {
"bucket": "storage",
"region": "us-east-1"
}
}
| Constructor and Description |
|---|
NotificationBridgeLoaderSpi() |
| Modifier and Type | Method and Description |
|---|---|
NotificationBridge |
getNotificationBridge(String name) |
NotificationBridge |
load0(String file) |
void |
onDelete(Path directory,
Path deleted) |
void |
onUpdate(Path directory,
Path updated) |
public NotificationBridge getNotificationBridge(String name)
getNotificationBridge in interface NotificationBridgeLoaderpublic NotificationBridge load0(String file)
public void onDelete(Path directory, Path deleted)
onDelete in interface EventHandlerpublic void onUpdate(Path directory, Path updated)
onUpdate in interface EventHandlerCopyright © 2023 Cesar Martinez. All rights reserved.