Uses of Interface
org.rribbit.RequestResponseBus
Packages that use RequestResponseBus
-
Uses of RequestResponseBus in org.rribbit
Classes in org.rribbit that implement RequestResponseBusMethods in org.rribbit that return RequestResponseBusModifier and TypeMethodDescriptionstatic RequestResponseBus
RRB.get()
Gets the global staticRequestResponseBus
.static RequestResponseBus
RRB.rrb()
Gets the global staticRequestResponseBus
.Methods in org.rribbit with parameters of type RequestResponseBusModifier and TypeMethodDescriptionstatic void
RRB.setRequestResponseBus
(RequestResponseBus requestResponseBus) Sets the global staticRequestResponseBus
. -
Uses of RequestResponseBus in org.rribbit.util
Methods in org.rribbit.util that return RequestResponseBusModifier and TypeMethodDescriptionstatic RequestResponseBus
RRiBbitUtil.createRequestResponseBusForLocalUse
(ListenerObjectCreator listenerObjectCreator, boolean setInRRB) Takes care of setting up the various objects needed to use RRiBbit locally.