Interface APIConfigProvider<T extends APIConfigProvider.APIConfig>

All Known Implementing Classes:
ReplicationHandler

public interface APIConfigProvider<T extends APIConfigProvider.APIConfig>
Interface to be implemented by the Request Handlers that need to provide some custom configuration to the V2 APIs
  • Method Details

    • provide

      T provide()
    • getConfigClass

      Class<T> getConfigClass()