Name | Signature and Synopsis |
---|---|
getActiveDestinations | String[] getActiveDestinations() Returns an array of active destination uris that are bound to this RuleSession |
getAllDestinations | String[] getAllDestinations() Returns an array of all active and suspended destination URIS that are bound to this RuleSession |
getQueueCapacity | int getQueueCapacity(String destinationURI) Return the remaining queue capacity for this local destination. |
getQueueDepth | int getQueueDepth(String destinationURI) Get the queue depth for this local destination. |
getSuspendedDestinations | String[] getSuspendedDestinations() Returns an array of suspended destination uris that are bound to this RuleSession |
resumeDestination | void resumeDestination(String destinationURI) throws Exception Resume a pre-existing destination. |
suspendDestination | void suspendDestination(String destinationURI) throws Exception Suspend a pre-existing destination. |