TeeTime Configuration Builder
With the TeeTime configuration builder you can simply connect your stages in a short, type-safe, and fluent way.
How to use it
Typically, you create your configurations by instantiating all stages and connecting them via lines of connectPorts(...)
calls.
public class MyConfiguration extends Configuration {