Uses of Class
com.github.cafapi.common.util.moduleloader.ModuleLoaderException
Packages that use ModuleLoaderException
Package
Description
-
Uses of ModuleLoaderException in com.github.cafapi.common.util.moduleloader
Methods in com.github.cafapi.common.util.moduleloader that throw ModuleLoaderExceptionModifier and TypeMethodDescriptionstatic <T> T
ModuleLoader.getService
(Class<T> intf) Determine the first advertised service implementation for the specified interface.static <T> T
ModuleLoader.getService
(Class<T> intf, Class<? extends T> defaultImpl) Determine the first advertised service implementation for the specified interface. -
Uses of ModuleLoaderException in com.github.cafapi.common.util.tools
Methods in com.github.cafapi.common.util.tools that throw ModuleLoaderException -
Uses of ModuleLoaderException in com.github.workerframework.core
Methods in com.github.workerframework.core that throw ModuleLoaderExceptionModifier and TypeMethodDescriptionvoid
WorkerApplication.run
(WorkerConfiguration workerConfiguration, io.dropwizard.core.setup.Environment environment) Start the asynchronous worker micro-service.