package services
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
 
              Visibility
              
        - Public
 - All
 
Type Members
- 
      
      
      
        
      
    
      
        
        trait
      
      
        ServiceLauncher extends AnyRef
      
      
      
A trait describing a micro-service launcher
 - 
      
      
      
        
      
    
      
        
        trait
      
      
        Validation[Input, Output] extends AnyRef
      
      
      
A trait that describes the strategy with which an input should be validated
 - 
      
      
      
        
      
    
      
        
        trait
      
      
        VertxClient extends AnyRef
      
      
      
This trait provides all the utilities to get an instance of a client in the Vertx environment.
 - 
      
      
      
        
      
    
      
        
        trait
      
      
        VertxInstance extends AnyRef
      
      
      
This trait represents a vertx instance.
This trait represents a vertx instance. It provides a vertx entry point and initialize the implicit execution context. It should be mixed-in every time you need a vertx entry point.
 - 
      
      
      
        
      
    
      
        
        trait
      
      
        VertxJDBC extends AnyRef
      
      
      
This trait provides some utilities for an easier management of the JDBC connection with vertx.
 - 
      
      
      
        
      
    
      
        
        trait
      
      
        VertxServer extends ScalaVerticle
      
      
      
This is a Utility trait that simplifies the creation and management of a vertx server.
 
Value Members
- 
      
      
      
        
      
    
      
        
        object
      
      
        ServiceLauncher
      
      
      
Companion object
 - 
      
      
      
        
      
    
      
        
        object
      
      
        VertxJDBC
      
      
      
Companion object
 - 
      
      
      
        
      
    
      
        
        object
      
      
        VertxServer
      
      
      
Companion object