|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BambooAgentMessageSender
An interface for sending BambooAgentMessage
s from an agent to the server.
Method Summary | |
---|---|
void |
send(BambooAgentMessage message)
Sends a BambooAgentMessage , and any others that have been submitted but not yet sent, to the server
immediately. |
void |
submit(BambooAgentMessage message)
Submits a BambooAgentMessage to be sent to the server when convenient. |
Method Detail |
---|
void send(@NotNull BambooAgentMessage message)
Sends a BambooAgentMessage
, and any others that have been submitted but not yet sent, to the server
immediately.
message
- The BambooAgentMessage
to send.void submit(@NotNull BambooAgentMessage message)
Submits a BambooAgentMessage
to be sent to the server when convenient.
message
- The BambooAgentMessage
to submit.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |