-
public class ScatterMessage.BuilderBuilder class used to construct a ScatterMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classScatterMessage.Builder.Companion
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>setTo(UUID to)sets the recipient fingerprint final <ERROR CLASS>setApplication(String application)sets the application identifier for this message. final ScatterMessagebuild()Builds a ScatterMessage instance -
-
Method Detail
-
setTo
final <ERROR CLASS> setTo(UUID to)
sets the recipient fingerprint
- Parameters:
to- identity fingerprint for recipient
-
setApplication
final <ERROR CLASS> setApplication(String application)
sets the application identifier for this message. This is used for filtering messages
- Parameters:
application- the application identifier
-
build
final ScatterMessage build()
Builds a ScatterMessage instance
-
-
-
-