| Package | Description |
|---|---|
| ch.shamu.jsendnrdp.impl |
| Constructor and Description |
|---|
NagiosCheckSenderImpl(NRDPServerConnectionSettings server) |
NonBlockingNagiosCheckSender(NRDPServerConnectionSettings server,
int maxQueueSize,
double maxRequestsPerSeconds,
ThreadPoolExecutor executor)
Bean that knows how to send nagios alerts in a non blocking way, has configurable concurrency level and supports throttling
|
NonBlockingNagiosCheckSender(NRDPServerConnectionSettings server,
int nbThreads,
int maxQueueSize)
Bean that knows how to send nagios alerts in a non blocking way, has configurable concurrency level and supports throttling
|
NonBlockingNagiosCheckSender(NRDPServerConnectionSettings server,
int nbThreads,
int maxQueueSize,
double maxRequestsPerSeconds)
Bean that knows how to send nagios alerts in a non blocking way, has configurable concurrency level and supports throttling
|
Copyright © 2015. All Rights Reserved.