build

public abstract Bus<? extends Object, E, ? extends Object, ? extends Object> build()

Creates new instance of Bus with the set parameters.

It is recommended to specify the exact resulting type of the bus in the return type when overriding this method.