3. Software Architecture Knowledge

3.1. Prerequisites

In order to be able to communicate with our system, your software needs to be built with rsb / rst 0.15+.

As an example, if you are using Java, you need JDK 8+ and the following imports:

// Import the following:
import com.google.protobuf.ByteString;
import rsb.*;
import rst.communicationpatterns.TaskStateType.TaskState;