@ThreadSafe public abstract class HandlerRegistry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HandlerRegistry.Method
A method belonging to a service to be exposed to remote callers.
|
| Constructor and Description |
|---|
HandlerRegistry() |
| Modifier and Type | Method and Description |
|---|---|
abstract HandlerRegistry.Method |
lookupMethod(String methodName)
Lookup a
HandlerRegistry.Method by its fully-qualified name. |
@Nullable public abstract HandlerRegistry.Method lookupMethod(String methodName)
HandlerRegistry.Method by its fully-qualified name. All names are expected to be absolute
paths that start with '/'.methodName - to lookup HandlerRegistry.Method for.null if no method for that name exists.