Package org.rribbit

Class RRB

java.lang.Object
org.rribbit.RRB

public final class RRB extends Object
RRB is a convenience class that provides static access to a global RequestResponseBus. This is ideal for small-scaled Java Applications.

Larger applications will probably want to use a RequestResponseBus initialized in their Spring Context. Everyone who wants the RequestResponseBus then has to get it from the Spring Context. Alternatively, you could first initialize the Spring Context and then get the RequestResponseBus out of it and set it in RRB, if that is convenient for your application.

Author:
G.J. Schouten