public static final class RemoteAck.Builder extends ESystemMessage.Builder<RemoteAck,RemoteAck.Builder>
RemoteAck messages. Used
by eBus to de-serialize an encoded message.mTargetClass| Modifier and Type | Method and Description |
|---|---|
protected RemoteAck |
buildImpl()
Returns the newly instantiated
RemoteAck
based on this builder configuration. |
RemoteAck.Builder |
remaining(int n)
Sets the number of remaining repliers to the given
value.
|
protected void |
validate(List<String> problems)
Adds any and all configuration problems to the list.
|
subject, timestamp, timestampbuildprotected RemoteAck buildImpl()
RemoteAck
based on this builder configuration.buildImpl in class EMessageObject.Builder<RemoteAck,RemoteAck.Builder>protected void validate(List<String> problems)
validate in class EMessage.Builder<RemoteAck,RemoteAck.Builder>problems - list of misconfigurations.public RemoteAck.Builder remaining(int n)
n - remaining repliers count.this RemoteAck message builder.IllegalArgumentException - if n < zero.Copyright © 2019. All rights reserved.