ironnotify-java/src/main/java/com/ironservices/notify
David Friedel 2e73e0c51f Implement IronNotify Java SDK
- NotifyClient with global and instance-based usage
- Fluent EventBuilder API
- HTTP transport with OkHttp
- Offline queue with JSON persistence
- Severity levels and notification actions
- Thread-safe with synchronized blocks
- CompletableFuture for async operations
- Options builder pattern
- Full README with examples
2025-12-25 10:54:29 +00:00
..
ConnectionState.java Implement IronNotify Java SDK 2025-12-25 10:54:29 +00:00
EventBuilder.java Implement IronNotify Java SDK 2025-12-25 10:54:29 +00:00
IronNotify.java Implement IronNotify Java SDK 2025-12-25 10:54:29 +00:00
Notification.java Implement IronNotify Java SDK 2025-12-25 10:54:29 +00:00
NotificationAction.java Implement IronNotify Java SDK 2025-12-25 10:54:29 +00:00
NotificationPayload.java Implement IronNotify Java SDK 2025-12-25 10:54:29 +00:00
NotifyClient.java Implement IronNotify Java SDK 2025-12-25 10:54:29 +00:00
NotifyOptions.java Implement IronNotify Java SDK 2025-12-25 10:54:29 +00:00
OfflineQueue.java Implement IronNotify Java SDK 2025-12-25 10:54:29 +00:00
SendResult.java Implement IronNotify Java SDK 2025-12-25 10:54:29 +00:00
SeverityLevel.java Implement IronNotify Java SDK 2025-12-25 10:54:29 +00:00
Transport.java Implement IronNotify Java SDK 2025-12-25 10:54:29 +00:00