Class GenericHandlerLoader

java.lang.Object
de.craftsblock.craftsnet.addon.services.builtin.handlers.GenericHandlerLoader
All Implemented Interfaces:
ServiceLoader<Handler>

public class GenericHandlerLoader extends Object implements ServiceLoader<Handler>
A concrete implementation of the ServiceLoader interface for managing instances of Handler. This class specifically focuses on loading instances of Handler into the RouteRegistry.
Since:
3.1.0-SNAPSHOT