Class CommonModule

java.lang.Object
org.geysermc.floodgate.core.module.CommonModule

@Factory public final class CommonModule extends Object
  • Constructor Details

    • CommonModule

      public CommonModule()
  • Method Details

    • commonPool

      @Bean(preDestroy="shutdown") @Singleton @Named("commonPool") public ExecutorService commonPool()
    • commonScheduledPool

      @Bean(preDestroy="shutdown") @Singleton @Named("commonScheduledPool") public ScheduledExecutorService commonScheduledPool()
    • codecType

      @Bean @Singleton public DataCodecType codecType()
    • topping

      @Bean @Singleton public Topping topping()