general
package general
Type Members
- class ChannelRegistry extends AnyRef
This class stores the members (channels) of a Dispatcher.
This class stores the members (channels) of a Dispatcher. It is essentially a wrapper around a bi-directional map that stores the study result IDs together with their corresponding channels specified by an ActorRef.
A Registry does not define who is member - it just stores the open channels. Therefore it is possible that a client is a member but currently doesn't have an open channel.
- class ErrorHandler extends HttpErrorHandler
- Annotations
- @Singleton()
- class GuiceModule extends AbstractModule with AkkaGuiceSupport
- class MySQLCharsetFix extends AnyRef
Fixes the charset and collation of MySQL tables to the proper UTF-8 charset 'utf8mb4' (instead of 'utf8' as it is defined in the evolution scripts).
Fixes the charset and collation of MySQL tables to the proper UTF-8 charset 'utf8mb4' (instead of 'utf8' as it is defined in the evolution scripts). Called during start-up.
- Annotations
- @Singleton()
- class OnStartStop extends AnyRef
Called during start-up