public interface NotificationInvoker
Notification invokers expose a fairly low level interface to notification dispatchers, so that dispatching policies can configure various aspects of the underlying transport.
| Modifier and Type | Method and Description |
|---|---|
void |
send(W3CEndpointReference destination,
NotificationMessage message,
int timeout)
for now only timeout is exposed.
|
void send(W3CEndpointReference destination, NotificationMessage message, int timeout)
destination - destination EPRmessage - messagetimeout - timeout in secondsCopyright © 2017. All rights reserved.