public class HandlerRegistryTools extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
registerClass(Class<T> handlerClass,
Supplier<T> factory,
ServiceCatalog serviceCatalog) |
static <T> void |
registerInstance(Object instance,
Service service) |
public static <T> void registerClass(Class<T> handlerClass, Supplier<T> factory, ServiceCatalog serviceCatalog)
Copyright © 2022. All rights reserved.