public interface DeploymentMessagePublisher
DeploymentMessage.| Modifier and Type | Method and Description |
|---|---|
void |
poll(DeploymentMessage message)
Publish the
DeploymentMessage and block the
executing thread until the message has been processed
by the recipient. |
void |
publish(DeploymentMessage message)
Publish the
DeploymentMessage and immediately
return. |
void publish(DeploymentMessage message)
DeploymentMessage and immediately
return.message - the deployment messagevoid poll(DeploymentMessage message)
DeploymentMessage and block the
executing thread until the message has been processed
by the recipient.message - the deployment message