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 RequestResponseBusRRB.get()Gets the global staticRequestResponseBus.static RequestResponseBusRRB.rrb()Gets the global staticRequestResponseBus.Methods in org.rribbit with parameters of type RequestResponseBusModifier and TypeMethodDescriptionstatic voidRRB.setRequestResponseBus(RequestResponseBus requestResponseBus) Sets the global staticRequestResponseBus. -
Uses of RequestResponseBus in org.rribbit.util
Methods in org.rribbit.util that return RequestResponseBusModifier and TypeMethodDescriptionstatic RequestResponseBusRRiBbitUtil.createRequestResponseBusForLocalUse(ListenerObjectCreator listenerObjectCreator, boolean setInRRB) Takes care of setting up the various objects needed to use RRiBbit locally.