public interface NotificationPolicy
| Modifier and Type | Interface and Description |
|---|---|
static class |
NotificationPolicy.ThrottledNotificationPolicy
Basically this policy is used to throtle event notification, events will be notified
either if they cross the threshold or the timer expires
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_DELAY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enqueue() |
int |
getCurrent() |
int |
getThreshold() |
long |
getTimeout() |
Timer |
getTimer() |
void |
reset() |
static final int DEFAULT_DELAY
boolean enqueue()
long getTimeout()
Timer getTimer()
int getCurrent()
int getThreshold()
void reset()
Copyright 2004-2019 Solace Corporation. All rights reserved.