| Package | Description |
|---|---|
| com.threerings.presents.server |
| Modifier and Type | Method and Description |
|---|---|
<T extends InvocationMarshaller<?>> |
InvocationManager.registerDispatcher(InvocationDispatcher<T> dispatcher)
Registers the supplied invocation dispatcher, returning a marshaller that can be used to
send requests to the provider for whom the dispatcher is proxying.
|
<T extends InvocationMarshaller<?>> |
InvocationManager.registerDispatcher(InvocationDispatcher<T> dispatcher,
boolean bootstrap)
Deprecated.
|
<T extends InvocationMarshaller<?>> |
InvocationManager.registerDispatcher(InvocationDispatcher<T> dispatcher,
String group)
Registers the supplied invocation dispatcher, returning a marshaller that can be used to
send requests to the provider for whom the dispatcher is proxying.
|
Copyright © 2015. All rights reserved.