public interface MessageSenderService extends Service
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Get sender's address.
|
View |
getView()
Get current view.
|
void |
send(Message message,
boolean synchronous,
long messageTimeout)
Send message.
|
void send(Message message, boolean synchronous, long messageTimeout) throws Exception
message - the JGroups messagesynchronous - set to true if we need to block until an ACK is receivedmessageTimeout - in millisecondsException - for any errorAddress getAddress()
View getView()
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved