Modifier and Type | Method and Description |
---|---|
SCAMPIMessage.Builder |
SCAMPIMessage.Builder.appTag(java.lang.String appTag)
Set the AppTag of the built message.
|
static SCAMPIMessage.Builder |
SCAMPIMessage.builder()
Returns a builder instance to generate a new SCAMPIMessage instance.
|
SCAMPIMessage.Builder |
SCAMPIMessage.Builder.lifetime(long lifetime)
Sets the lifetime of the built message.
|
SCAMPIMessage.Builder |
SCAMPIMessage.Builder.lifetime(long lifetime,
java.util.concurrent.TimeUnit unit)
Sets the lifetime of the built message.
|
SCAMPIMessage.Builder |
SCAMPIMessage.Builder.persistent(boolean persistent)
Sets the persistence of the built message
|