| Package | Description |
|---|---|
| net.sf.eBus.client.sysmessages |
This package defines the eBus system messages.
|
| Modifier and Type | Method and Description |
|---|---|
static PauseReply.Builder |
PauseReply.builder()
Returns a new instance of the
PauseReply message
builder. |
PauseReply.Builder |
PauseReply.Builder.maximumBacklogSize(int size)
Sets the maximum message backlog size to the given
value.
|
PauseReply.Builder |
PauseReply.Builder.pauseTime(Duration time)
Sets the pause time to the given value.
|
PauseReply.Builder |
PauseReply.Builder.replyReason(String reason)
Sets the reply reason to the given value.
|
PauseReply.Builder |
PauseReply.Builder.replyStatus(EReplyMessage.ReplyStatus status)
Sets the reply status to the given value.
|
Copyright © 2019. All rights reserved.