Class ActionServiceModule

java.lang.Object
ch.rswk.meta.engine.dagger.ActionServiceModule

@Module public class ActionServiceModule extends Object
  • Field Details

    • RESOURCE_CLASSES

      private static final Set<Class<?>> RESOURCE_CLASSES
  • Constructor Details

    • ActionServiceModule

      public ActionServiceModule()
  • Method Details

    • getJerseyConfig

      @Provides @IntoSet public HttpService.JerseyConfig getJerseyConfig(ActionService actionService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService)
    • getService

      @Provides @IntoSet public com.google.common.util.concurrent.Service getService(ActionService service)