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.requestDispatchersMethods in org.rribbit that return types with arguments of type RequestDispatcherModifier and TypeMethodDescriptionDefaultRequestResponseBus.getRequestDispatchers()Returns allRequestDispatchers that are used by thisDefaultRequestResponseBus.Methods in org.rribbit with parameters of type RequestDispatcherModifier and TypeMethodDescriptionvoidDefaultRequestResponseBus.addRequestDispatcher(RequestDispatcher requestDispatcher) Adds aRequestDispatcherto thisDefaultRequestResponseBus.voidDefaultRequestResponseBus.setRequestDispatcher(RequestDispatcher requestDispatcher) Removes allRequestDispatchers from thisDefaultRequestResponseBusand 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 TypeClassDescriptionclassclassThisRequestDispatcherdispatchesRequests via JMS.classThisRequestDispatcherdispatches aRequeston a local machine to aLocalRequestProcessorvia a simple Java method call.class