Package org.rribbit
package org.rribbit
-
ClassDescriptionDefault implementation of
RequestResponseBus
.This annotation is used to declare a Listener in RRiBbit.This class represents an executableListener
.This class represents a request that is made to theRequestResponseBus
.The bus to which requests can be sent and responses received.Response<T>This class represents a response to aRequest
that is given back by theRequestProcessor
to theRequestDispatcher
.RRB is a convenience class that provides static access to a globalRequestResponseBus
.