Uses of Interface
org.rribbit.RequestResponseBus
-
Uses of RequestResponseBus in org.rribbit
Modifier and TypeMethodDescriptionstatic RequestResponseBus
RRB.get()
Gets the global staticRequestResponseBus
.static RequestResponseBus
RRB.rrb()
Gets the global staticRequestResponseBus
.Modifier and TypeMethodDescriptionstatic void
RRB.setRequestResponseBus
(RequestResponseBus requestResponseBus) Sets the global staticRequestResponseBus
. -
Uses of RequestResponseBus in org.rribbit.util
Modifier and TypeMethodDescriptionstatic RequestResponseBus
RRiBbitUtil.createRequestResponseBusForLocalUse
(ListenerObjectCreator listenerObjectCreator, boolean setInRRB) Takes care of setting up the various objects needed to use RRiBbit locally.