The base class of the synchronous dispatcher service with an arbitrary action type. The server-side implementation is {@link com.gwtplatform.dispatch.server.guice.DispatchImpl} and the asyncclient-side version is {@link DispatchAsync}.
This class is closely related to {@link com.gwtplatform.dispatch.shared.DispatchService}. In fact, this class wouldn't be needed, but we use it to workaround a GWT limitation described in {@link com.gwtplatform.dispatch.shared.DispatchAsync}.
@deprecated Please use {@link com.gwtplatform.dispatch.rpc.server.Dispatch}.