Uses of Interface
org.rribbit.dispatching.RequestDispatcher
Packages that use RequestDispatcher
-
Uses of RequestDispatcher in org.rribbit
Fields in org.rribbit with type parameters of type RequestDispatcherModifier and TypeFieldDescriptionprotected List
<RequestDispatcher> DefaultRequestResponseBus.requestDispatchers
Methods in org.rribbit that return types with arguments of type RequestDispatcherModifier and TypeMethodDescriptionDefaultRequestResponseBus.getRequestDispatchers()
Returns allRequestDispatcher
s that are used by thisDefaultRequestResponseBus
.Methods in org.rribbit with parameters of type RequestDispatcherModifier and TypeMethodDescriptionvoid
DefaultRequestResponseBus.addRequestDispatcher
(RequestDispatcher requestDispatcher) Adds aRequestDispatcher
to thisDefaultRequestResponseBus
.void
DefaultRequestResponseBus.setRequestDispatcher
(RequestDispatcher requestDispatcher) Removes allRequestDispatcher
s from thisDefaultRequestResponseBus
and adds only the given one.Constructors in org.rribbit with parameters of type RequestDispatcherModifierConstructorDescriptionDefaultRequestResponseBus
(RequestDispatcher... requestDispatchers) This constructor is recommended, since it forces you to specify aRequestDispatcher
. -
Uses of RequestDispatcher in org.rribbit.dispatching
Classes in org.rribbit.dispatching that implement RequestDispatcherModifier and TypeClassDescriptionclass
class
ThisRequestDispatcher
dispatchesRequest
s via JMS.class
ThisRequestDispatcher
dispatches aRequest
on a local machine to aLocalRequestProcessor
via a simple Java method call.class