hoijui / JavaOSC

OSC content format/"protocol" library for JVM languages
http://www.illposed.com/software/javaosc.html
BSD 3-Clause "New" or "Revised" License
156 stars 43 forks source link

Introduce OSCMessageBuilder #42

Open hoijui opened 5 years ago

hoijui commented 5 years ago

In order to make OSCMessage an immutable object (all fields final), while still having a comfortable way to create messages, we could simply use the builder pattern, like in OSCPortInBuilder.java

This is related to the concurrency issue #4.