2526272829303132
} @Override protected void configure() { bind(InteractiveController.class).asEagerSingleton(); new InteractiveActionModule(webSocketActions).configure(binder()); bind(HttpPatchRestController.class).asEagerSingleton(); }