case classConfig(port: Int = 29999, host: String = "localhost", daemon: Boolean = false, portLowerBound: Int = 20000, portUpperBound: Int = 40000, debug: Boolean = false, pactVersion: Int = 2) extends Product with Serializable
case classRequestHandler(store: ServerStateStore, config: Config) extends ChannelInboundHandlerAdapter with Plan with SynchronousExecution with ServerErrorResponse with Product with Serializable
Annotations
@Sharable()
case classResult(response: Response, newState: ServerState) extends Product with Serializable